Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
1d0b3f95
Commit
1d0b3f95
authored
Dec 21, 2017
by
Timo Koch
Browse files
[linear] Fix missing includes
parent
046ad2ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
dumux/linear/amgparallelhelpers.hh
View file @
1d0b3f95
...
...
@@ -27,6 +27,7 @@
#include
<dune/geometry/dimension.hh>
#include
<dune/grid/common/datahandleif.hh>
#include
<dune/grid/common/partitionset.hh>
#include
<dune/istl/owneroverlapcopy.hh>
#include
<dune/istl/paamg/pinfo.hh>
#include
<dumux/common/properties.hh>
...
...
dumux/linear/scotchbackend.hh
View file @
1d0b3f95
...
...
@@ -31,6 +31,9 @@
#include
<iostream>
#if HAVE_PTSCOTCH
#if HAVE_MPI
#include
<mpi.h>
#endif
extern
"C"
{
#include
<stdint.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment