Skip to content

Commit

Permalink
Merge branch 'master' of github.com:danieljprice/phantom
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Oct 20, 2023
2 parents 71ec198 + fc1eedb commit a56bcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/analysis_common_envelope.f90
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ subroutine do_analysis(dumpfile,num,xyzh,vxyzu,particlemass,npart,time,iunit)
xyzmh_ptmass,vxyz_ptmass,omega_corotate,dump_number)

! List of analysis options that require specifying EOS options
requires_eos_opts = any((/2,3,4,6,8,9,11,13,14,15,20,21,22,23,24,25,26,29,30,31,32,33,35,41/) == analysis_to_perform)
requires_eos_opts = any((/2,3,4,5,6,8,9,11,13,14,15,20,21,22,23,24,25,26,29,30,31,32,33,35,41/) == analysis_to_perform)
if (dump_number == 0 .and. requires_eos_opts) call set_eos_options(analysis_to_perform)

select case(analysis_to_perform)
Expand Down

0 comments on commit a56bcd5

Please sign in to comment.