Skip to content
Snippets Groups Projects
Commit 85d2c1f7 authored by Timo Koch's avatar Timo Koch
Browse files

[implicit] Remove the shouldWriteOutput check inside writeOutput

When calling writeOutput one would expect that the output is actually
written to file. Instead this might not have happened in the old version.
This commit makes the implicit problem consistent with the sequential
models. Before calling writeOutput one should ask if shouldWriteOutput
is true. This is already consistently done all over dumux, so this
commit removes the double checking.
parent a79df08b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment