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
GORILLA/SRC/field_divB0.f90
Line 67 in 4cfe407
This makes it hard to decouple code and leads to "yet another variant of field_divB0.f90". Check also similar things elsewhere.
The text was updated successfully, but these errors were encountered:
possible solution: add namelist section specifically for field_divB0 members and move the variables into a module inside field_divB0.f90.
field_divB0
field_divB0.f90
Sorry, something went wrong.
Oh no it gets worse. Any workaround I tried to at least set the variables is prohibited by the well-meant protected flag.
protected
GORILLA/SRC/tetra_grid_settings_mod.f90
Line 27 in 2d54b35
No branches or pull requests
GORILLA/SRC/field_divB0.f90
Line 67 in 4cfe407
This makes it hard to decouple code and leads to "yet another variant of field_divB0.f90". Check also similar things elsewhere.
The text was updated successfully, but these errors were encountered: