diff --git a/singularity-opac/photons/example_ascii/preproc_ascii_opac.py b/singularity-opac/photons/example_ascii/preproc_ascii_opac.py index c6d931b..b7118c7 100644 --- a/singularity-opac/photons/example_ascii/preproc_ascii_opac.py +++ b/singularity-opac/photons/example_ascii/preproc_ascii_opac.py @@ -66,6 +66,3 @@ "T_min {:.8e}".format(tt[0]) + " T_max {:.8e}".format(tt[NT-1]) np.savetxt(args.fname_new, opac[:,2:], delimiter=" ", header=hdr, comments=" ", fmt="%.8e") -#--------------------------------------------------------------------------------------------------# -# End of preproc_ascii_opac.py -#--------------------------------------------------------------------------------------------------#