Skip to content
Snippets Groups Projects
Commit 2fc0efb9 authored by Martin Nolte's avatar Martin Nolte
Browse files

use new include path for mpihelper.hh

[[Imported from SVN: r7060]]
parent b1137d3b
No related branches found
No related tags found
No related merge requests found
......@@ -549,8 +549,8 @@ cat> "$PROJECT/src/$CMODULE.cc" << CC_DELIM
# include "config.h"
#endif
#include <iostream>
#include"dune/common/mpihelper.hh" // An initializer of MPI
#include"dune/common/exceptions.hh" // We use exceptions
#include <dune/common/parallel/mpihelper.hh> // An initializer of MPI
#include <dune/common/exceptions.hh> // We use exceptions
int main(int argc, char** argv)
{
......
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