From 059b160892c9a805c4a5a3eab9720c4f66fb1cf6 Mon Sep 17 00:00:00 2001 From: Jeff Riley Date: Wed, 8 Jan 2025 10:11:18 +1100 Subject: [PATCH] Fix typo --- src/changelog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changelog.h b/src/changelog.h index 61da47b86..e9c911028 100644 --- a/src/changelog.h +++ b/src/changelog.h @@ -1423,7 +1423,7 @@ // - fix for issue #1310 - run terminates prematurely if error in grid file // 03.10.04 RTW - Nov 27, 2024 - Defect repair: // - fix for issue #1247 - SN Euler angles had incomplete logic, leading to a div by zero in some cases -// 03.10.05 JR - Jan 08, 2024 - Defect repair: +// 03.10.05 JR - Jan 08, 2025 - Defect repair: // - fix for issue #1317 - SN events not always logged in BSE SN file when evolving MS merger products // - added code to ensure final BSE detailed output file TIMESTEP_COMPLETED record is always logged // (may duplicate FINAL_STATE record, but logging TIMESTEP_COMPLETED is consistent, and it's what most people look for)