Skip to content

Commit

Permalink
(setup_star) bug fix with cascading bots due to space at end of descr…
Browse files Browse the repository at this point in the history
…iptor
  • Loading branch information
danieljprice committed Jul 12, 2020
1 parent 95f849a commit a8710dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/setup/setup_star.f90
Original file line number Diff line number Diff line change
Expand Up @@ -732,8 +732,7 @@ subroutine write_setupfile(filename,gamma,polyk)
call write_inopt(relax_star_in_setup,'relax_star','relax star automatically during setup',iunit)
if (relax_star_in_setup) call write_options_relax(iunit)

call write_inopt(write_rho_to_file,'write_rho_to_file','write density profile to '// &
trim(dens_profile),iunit)
call write_inopt(write_rho_to_file,'write_rho_to_file','write density profile to file',iunit)

close(iunit)

Expand Down

0 comments on commit a8710dc

Please sign in to comment.