dustem_write_taille.pro 209 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 PRO dustem_write_taille,file,st OPENW,unit,file,/get_lun Ntypes=n_elements(st) FOR i=0L,Ntypes-1 DO BEGIN printf,unit,st(i).alpha,st(i).tmin,st(i).tmax,st(i).ndiscr ENDFOR close,unit free_lun,unit END