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
When the use_kinetic_model option is set to True, HYDRAD does not compile and complains about some variable (iNumCells) not being defined in the proper scope.
Perhaps another config option needs to be set when use_kinetic_model=True?
The text was updated successfully, but these errors were encountered:
This appears to be originating from the void CEquations::CalculateNonMaxDFN in eqns.cpp. I cannot work out where exactly this variable is supposed to originate from. iNumCells is not declared anywhere in the scope of that function and is locally in several other functions.
When the
use_kinetic_model
option is set toTrue
, HYDRAD does not compile and complains about some variable (iNumCells
) not being defined in the proper scope.Perhaps another config option needs to be set when
use_kinetic_model=True
?The text was updated successfully, but these errors were encountered: