Skip to content

rbcBirthRate bug

Choose a tag to compare

@the-lambda-way the-lambda-way released this 03 Mar 13:33
· 1 commit to master since this release

The rbcBirthRate parameter in the BloodParams class of Blood.h did not have a default value. This could result in a bug where the user did not supply a value to the parameter so it gets set to 0.0 through default initialization, overwriting the correct default from the class body.