Skip to content

Commit 547d782

Browse files
claireshiyeShi Ye
and
Shi Ye
authored
Fixed a typo in line 2481 in evolv2.f, from eq.1 to eq.0. (#623)
Co-authored-by: Shi Ye <shiye2015@u.northwestern.edu>
1 parent 3319d24 commit 547d782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cosmic/src/evolv2.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -2478,7 +2478,7 @@ SUBROUTINE evolv2(kstar,mass,tb,ecc,z,tphysf,
24782478
* dm2 = MIN(dme*taum/tb,dm1)
24792479
if(wd_mass_lim.eq.1)then
24802480
dm2 = MIN(dme*taum/tb,dm1)
2481-
elseif(wd_mass_lim.eq.1)then
2481+
elseif(wd_mass_lim.eq.0)then
24822482
dm2 = dm1
24832483
endif
24842484
if(dm2.lt.dm1) supedd = .true.

0 commit comments

Comments
 (0)