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
Copy file name to clipboardExpand all lines: src/changelog.h
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -838,7 +838,12 @@
838
838
// - Removed unused STARTRACK zeta prescription
839
839
// 02.25.07 IM - Nov 12, 2021 - Defect repair:
840
840
// - Changed EAGB::CalculateLuminosityOnPhase() and EAGB::CalculateLuminosityAtPhaseEnd() to use the helium core mass rather than the CO core mass (see Eq. in second paragraph of section 5.4 of Hurley+, 2000); this fixes a downward step in luminosity and radius on transition to EAGB
841
+
// 02.25.08 JR - Nov 15, 2021 - Defect repair:
842
+
// - Fixed error introduced in v02.25.00: Added HDF5 support to GetLogStandardRecord().
843
+
// Defect introduced was omission of code for HDF5 file support if a specified property is supplied to GetLogStandardRecord(), causing a boost::bad_get error.
844
+
// The defect only affected HDF5 SSE_Supernovae files. This fix adds the omitted code.
845
+
// - Changed Options::PrintOptionHelp() to print help (-h/--h) to stdout instead of stderr.
0 commit comments