From 7391faec45e84097a22dc1bc66003a31bcfc0635 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Fri, 21 Dec 2012 15:08:11 +0100 Subject: [PATCH] move all grid creators in ewoms/io and adapt all code to the new location. this reflects commit r9916 of the dumux trunk. --- examples/tutorialproblem_coupled.hh | 2 +- examples/tutorialproblem_decoupled.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/tutorialproblem_coupled.hh b/examples/tutorialproblem_coupled.hh index b10be46ee..421fe1413 100644 --- a/examples/tutorialproblem_coupled.hh +++ b/examples/tutorialproblem_coupled.hh @@ -39,7 +39,7 @@ // For the DUNE grid #include /*@\label{tutorial-coupled:include-grid-manager}@*/ -#include /*@\label{tutorial-coupled:include-grid-creator}@*/ +#include /*@\label{tutorial-coupled:include-grid-creator}@*/ // For Dune::FieldMatrix #include diff --git a/examples/tutorialproblem_decoupled.hh b/examples/tutorialproblem_decoupled.hh index 4aba5c58f..8fd1fdc47 100644 --- a/examples/tutorialproblem_decoupled.hh +++ b/examples/tutorialproblem_decoupled.hh @@ -43,7 +43,7 @@ #include // the grid includes -#include +#include #include // provides Dune::FieldVector