Commit fbf203294b6547ff81a31396bbc35d591a4f8301

Authored by Annie Hughes
1 parent aae54086
Exists in master

added some comments

Showing 1 changed file with 6 additions and 6 deletions   Show diff stats
src/idl/dustem_write_qabs_lv.pro
... ... @@ -48,13 +48,13 @@ PRO dustem_write_qabs_lv,dir,st,help=help
48 48 ; See http://dustemwrap.irap.omp.eu/ for FAQ and help.
49 49 ;-
50 50  
51   - IF keyword_set(help) THEN BEGIN
52   - doc_library,'dustem_write_qabs_lv'
53   - goto,the_end
54   - ENDIF
55   -
  51 +IF keyword_set(help) THEN BEGIN
  52 + doc_library,'dustem_write_qabs_lv'
  53 + goto,the_end
  54 +ENDIF
56 55  
57   -;== This a bypass. Just copies the file
  56 +;== This is now a bypass. We just copy the .DAT file rather than using
  57 +;the infromation in the input structure
58 58 Nel=n_elements(st)
59 59  
60 60 FOR i=0,Nel-1 Do BEGIN
... ...