Skip to content
Snippets Groups Projects

Merge branch 'fix/satisfy-headercheck-cahn' into 'master'

Merged Timo Koch requested to merge cherry-pick-85bba0a8 into releases/3.7
4 files
+ 6
0
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -30,9 +30,11 @@ We start in `model.hh` with the necessary header includes:
```cpp
#include <dune/common/fvector.hh>
#include <dumux/common/math.hh>
#include <dumux/common/properties.hh>
#include <dumux/common/numeqvector.hh>
#include <dumux/discretization/method.hh>
```
</details>
Loading