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

RFR reading #151

Open
MuellerSeb opened this issue Sep 5, 2019 · 3 comments
Open

RFR reading #151

MuellerSeb opened this issue Sep 5, 2019 · 3 comments

Comments

@MuellerSeb
Copy link
Member

What is this var_n variable about? It is never used after setting.

rfr_file >> var_n[i];

@wenqing
Copy link
Member

wenqing commented Sep 16, 2019

@MuellerSeb You are right that the variable is defined but never used.

@MuellerSeb
Copy link
Member Author

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

@wenqing
Copy link
Member

wenqing commented Sep 16, 2019

@MuellerSeb I guess that it is for multiple values but the implementation was not finished before. Instead of restart, you can use #RELOAD keyword.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants