Skip to content

Commit f8d6856

Browse files
authored
Update comments in WhiteDwarfs.h
1 parent 4fb1515 commit f8d6856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WhiteDwarfs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class WhiteDwarfs: virtual public BaseStar, public Remnants {
3131

3232
MT_CASE DetermineMassTransferTypeAsDonor() const { return MT_CASE::OTHER; } // Not A, B, C, or NONE
3333

34-
ACCRETION_REGIME DetermineAccretionRegime(const double p_DonorThermalMassLossRate, const bool p_HeRich); // Get the current accretion regime. Can also change flags related to SN events.
34+
ACCRETION_REGIME DetermineAccretionRegime(const double p_DonorThermalMassLossRate, const bool p_HeRich); // Get the current accretion regime. Can also change m_HeShellDetonation and m_OffCenterIgnition flags.
3535

3636
void ResolveShellChange(const double p_AccretedMass);
3737

0 commit comments

Comments
 (0)