Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting use_kinetic_model to True gives compilation error #57

Open
wtbarnes opened this issue Jul 22, 2019 · 1 comment
Open

Setting use_kinetic_model to True gives compilation error #57

wtbarnes opened this issue Jul 22, 2019 · 1 comment

Comments

@wtbarnes
Copy link
Member

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?

@wtbarnes
Copy link
Member Author

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.

@wtbarnes wtbarnes added this to the 1.0 Release milestone Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant