PRO dustem_write_propmass,file,st OPENW,unit,file,/get_lun Ntypes=n_elements(st) FOR i=0L,Ntypes-1 DO BEGIN printf,unit,st(i).propmass ENDFOR close,unit free_lun,unit END