WildFire.cpp getBurnAbgVegetation() has two sections of code that will set burn-related parameters if fire severity is below 0. This should never occur - a severity below 0 has no meaning. Determine whether those sections should be used under other conditions or if they are remnants that should be removed.
WildFire.cpp getBurnAbgVegetation() has two sections of code that will set burn-related parameters if fire severity is below 0. This should never occur - a severity below 0 has no meaning. Determine whether those sections should be used under other conditions or if they are remnants that should be removed.