Commit 43f5ed1bfc6fc41337da2a8db8cb24147dc62a4e
1 parent
acbfdcee
Exists in
master
removed anoying print
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
src/idl/dustem_write_grain_release.pro
... | ... | @@ -116,11 +116,11 @@ FOR i=0L,(*!dustem_params).ngrains-1 DO BEGIN |
116 | 116 | st(i).zeta, $ |
117 | 117 | st(i).eta, $ |
118 | 118 | format=frmt |
119 | - IF !dustem_verbose EQ 1 THEN BEGIN | |
120 | - ;stop | |
121 | - print,st(i).grain_type,st(i).nsize,st(i).type_keywords,st(i).mdust_o_mh,st(i).rho,st(i).amin,st(i).amax, $ | |
122 | - st(i).alpha_o_a0, st(i).at,st(i).ac,st(i).gamma,st(i).au,st(i).zeta,st(i).eta,format=frmt | |
123 | - ENDIF | |
119 | + ;IF !dustem_verbose EQ 1 THEN BEGIN | |
120 | + ; ;stop | |
121 | + ; print,st(i).grain_type,st(i).nsize,st(i).type_keywords,st(i).mdust_o_mh,st(i).rho,st(i).amin,st(i).amax, $ | |
122 | + ; st(i).alpha_o_a0, st(i).at,st(i).ac,st(i).gamma,st(i).au,st(i).zeta,st(i).eta,format=frmt | |
123 | + ;ENDIF | |
124 | 124 | ENDFOR |
125 | 125 | |
126 | 126 | close,unit | ... | ... |