rbcBirthRate bug
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.