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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -754,8 +754,10 @@
754
754
// - Minor fixes (e.g., documentation)
755
755
// 02.20.01 JR - June 21, 2021 - Defect repair:
756
756
// - Fix for issue #585: add formatted value and delimiter to logrecord string in Log.h (defect introduced in v02.18.00; only affected SSE_Supernovae logfile)
757
+
// 02.20.02 JR - July 26, 2021 - Defect repair:
758
+
// - Add HDF5 support to logging code for SSE/BSE switch log files. Support for HDF5 switch files was inadvertently not added when HDF5 file support as added in v02.18.00 for all standard log files. Switch log files are 'special' (they have extra columns, not part of the 'standard' log file functionality), and that was missed.
759
+
// - Also removed '-lsz' from Makefile and Makefile.docker - library not required
0 commit comments