Skip to content
Snippets Groups Projects
Commit 3432c880 authored by Andreas Dedner's avatar Andreas Dedner
Browse files

correct include paths for alugrid sources

parent aef3a938
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#define ALU2DGRID_COMPATIBILITY_LEVEL 2 #define ALU2DGRID_COMPATIBILITY_LEVEL 2
#include <alugrid_2d.h> #include <dune/alugrid/src/alugrid_2d.h>
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
// compile imp.cc into lib (1 yes, 0 no) // compile imp.cc into lib (1 yes, 0 no)
......
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
// if MPI was found include all headers // if MPI was found include all headers
#if ALU3DGRID_PARALLEL #if ALU3DGRID_PARALLEL
#include <alugrid_parallel.h> #include <dune/alugrid/src/alugrid_parallel.h>
#else #else
// if not, include only headers for serial version // if not, include only headers for serial version
#include <alugrid_serial.h> #include <dune/alugrid/src/alugrid_serial.h>
#endif #endif
//- local includes //- local includes
......
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