Skip to content

Commit

Permalink
Added important comment to neo about new file out.neo.species
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Candy committed Feb 25, 2024
1 parent 0867ad3 commit 85f4e34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neo/src/neo_make_profiles.f90
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ subroutine neo_make_profiles
enddo
close(io)

! JC: New file, introduced in Dec 2023 for neo_nice
open(unit=io,file=trim(path)//'out.neo.species',status='replace')
do is=1,n_species
write (io,'(e16.8)',advance='no') mass(is)
Expand Down

0 comments on commit 85f4e34

Please sign in to comment.