From fbf203294b6547ff81a31396bbc35d591a4f8301 Mon Sep 17 00:00:00 2001 From: Annie Hughes Date: Wed, 10 Jan 2024 10:40:24 +0100 Subject: [PATCH] added some comments --- src/idl/dustem_write_qabs_lv.pro | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/idl/dustem_write_qabs_lv.pro b/src/idl/dustem_write_qabs_lv.pro index 65de031..43f469c 100755 --- a/src/idl/dustem_write_qabs_lv.pro +++ b/src/idl/dustem_write_qabs_lv.pro @@ -48,13 +48,13 @@ PRO dustem_write_qabs_lv,dir,st,help=help ; See http://dustemwrap.irap.omp.eu/ for FAQ and help. ;- - IF keyword_set(help) THEN BEGIN - doc_library,'dustem_write_qabs_lv' - goto,the_end - ENDIF - +IF keyword_set(help) THEN BEGIN + doc_library,'dustem_write_qabs_lv' + goto,the_end +ENDIF -;== This a bypass. Just copies the file +;== This is now a bypass. We just copy the .DAT file rather than using +;the infromation in the input structure Nel=n_elements(st) FOR i=0,Nel-1 Do BEGIN -- libgit2 0.21.2