We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is this var_n variable about? It is never used after setting.
var_n
ogs5/FEM/rf_ic_new.cpp
Line 948 in e61a9ad
The text was updated successfully, but these errors were encountered:
@MuellerSeb You are right that the variable is defined but never used.
Sorry, something went wrong.
I speculate, that this was meant to deal with multi-valued variables, because this has a default value of 1 in all benchmarks.
Could there be any case with multiple values?!
I documented the assumed way: https://github.com/GeoStat-Framework/ogs5py/blob/f496dd528ca1559cb30aa19f4acf6d46edcbc6c5/ogs5py/fileclasses/ic/core.py#L138
@MuellerSeb I guess that it is for multiple values but the implementation was not finished before. Instead of restart, you can use #RELOAD keyword.
restart
No branches or pull requests
What is this
var_n
variable about? It is never used after setting.ogs5/FEM/rf_ic_new.cpp
Line 948 in e61a9ad
The text was updated successfully, but these errors were encountered: