You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
("Whether to use user-defined USSN kicks (as a fixed value) in lieu of the Mandel & Muller kick prescription for USSNe (default = " + std::string(p_Options->m_USSNKicksOverrideMandelMuller ? "TRUE" : "FALSE") + ")").c_str()
Copy file name to clipboardExpand all lines: src/changelog.h
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1673,6 +1673,13 @@
1673
1673
// - Added option --USSN-kicks-override-mandel-muller ; if set to true, use user-defined USSN kicks (as a fixed value) in lieu of the Mandel & Muller kick prescription for USSNe
1674
1674
// - Replaced --scale-CHE-mass-loss-with-surface-helium-abundance with the more general --scale-mass-loss-with-surface-helium-abundance (applies to all MS stars, not just CHE stars)
1675
1675
// - Updated rotational velocity solver to use boost root finder
1676
+
// 03.27.01 JR - October 27, 2025 - Defect repairs:
1677
+
// - changed Options::OptionValue() to return correct value for option --USSN-kicks-override-mandel-muller
1678
+
// - deprecated --scale-CHE-mass-loss-with-surface-helium-abundance in favour of --scale-mass-loss-with-surface-helium-abundance
1679
+
// - removed option --scale-CHE-mass-loss-with-surface-helium-abundance from "BSEonly" vector in Options.h
1680
+
// - changed "scale-CHE-mass-loss-with-surface-helium-abundance" to "--scale-mass-loss-with-surface-helium-abundance" in "RangeExcluded" vector in Options.h
1681
+
// - version should have been "v03.27.00" instead of "v03.26.02" - change included new functionality. This version is "v03.27.01" to compensate.
1682
+
//
1676
1683
//
1677
1684
// Version string format is MM.mm.rr, where
1678
1685
//
@@ -1683,7 +1690,7 @@
1683
1690
// if MM is incremented, set mm and rr to 00, even if defect repairs and minor enhancements were also made
1684
1691
// if mm is incremented, set rr to 00, even if defect repairs were also made
0 commit comments