Skip to content

Commit 0809c37

Browse files
committed
Fix changelog comments
1 parent 8578b92 commit 0809c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/changelog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1660,8 +1660,8 @@
16601660
// - Changed utils::GetGSLVersion() to avoid compiler warning "warning: ignoring attributes on template argument ‘int (*)(FILE*)’ [-Wignored-attributes]"
16611661
// - Reverted Makefile line "SOURCES := $(wildcard *.cpp)" to listing actual source files
16621662
// 03.25.02 JR - August 20, 2025 - Defect repairs:
1663-
// - Corrected calculations for Hurley Gamma constant C (C_GAMMA - see Hurley et al. 2000, just after eq 23, should use a(75) <= 1.0, not a(75) == 1.0 - confirmed in BSE Fortran source)
16641663
// - Clamped B_GAMMA to [0.0, B_GAMMA] (per discussion just after eq 23 - confirmed in BSE Fortran source)
1664+
// - Corrected calculation for Hurley Gamma constant C (C_GAMMA - see Hurley et al. 2000, just after eq 23, should use a(75) <= 1.0, not a(75) == 1.0 - confirmed in BSE Fortran source)
16651665
//
16661666
// Version string format is MM.mm.rr, where
16671667
//

0 commit comments

Comments
 (0)