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
In an effort to solve issue #31, I ran the test case under valgrind to look for memory errors, and then solved /some/ of the reports. This effort did not solve #31, but having solved a few of the valgrind reports, it seems worthwhile to send the fixes here
g.alb_decay_melt not initialized, looks like a copy-paste oversight, second line here should initialize g.alb_decay_melt
Generic Issue
Description
In an effort to solve issue #31, I ran the test case under valgrind to look for memory errors, and then solved /some/ of the reports. This effort did not solve #31, but having solved a few of the valgrind reports, it seems worthwhile to send the fixes here
RavenHydroFramework/src/GlobalParams.cpp
Lines 406 to 407 in 37b761b
RavenHydroFramework/src/ParsePropertyFile.cpp
Line 245 in 37b761b
RavenHydroFramework/src/ParsePropertyFile.cpp
Lines 1701 to 1702 in 37b761b
I think these are trivial issues -- and the main benefit of fixing them is to have fewer valgrind reports to dig through in future debugging
PR forthcoming
The text was updated successfully, but these errors were encountered: