Skip to content

Commit

Permalink
Remove footer comment from ASCII preprocessing script.
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Ryan <[email protected]>
  • Loading branch information
RyanWollaeger and brryan authored Nov 20, 2024
1 parent 8710755 commit eaaa4dc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions singularity-opac/photons/example_ascii/preproc_ascii_opac.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
#--------------------------------------------------------------------------------------------------#

0 comments on commit eaaa4dc

Please sign in to comment.