Skip to content

Commit

Permalink
Merge pull request #477 from miguelglezb/master
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Oct 18, 2023
2 parents b324cf1 + 3a31b5a commit fc1eedb
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 fc1eedb

Please sign in to comment.