fix headercheck and compile

they failed because of the new MpiHelper...
This commit is contained in:
Andreas Lauser 2013-03-15 15:05:11 +01:00
parent ec369207bc
commit cf74236d32
3 changed files with 3 additions and 2 deletions

View File

@ -22,8 +22,8 @@
* \brief Main file of the tutorial for a fully coupled twophase VCVF discretization.
*/
#include "config.h" /*@\label{tutorial-coupled:include-begin}@*/
#include "tutorialproblem_coupled.hh" /*@\label{tutorial-coupled:include-problem-header}@*/
#include <ewoms/common/start.hh> /*@\label{tutorial-coupled:include-end}@*/
#include "tutorialproblem_coupled.hh" /*@\label{tutorial-coupled:include-problem-header}@*/
int main(int argc, char** argv)
{

View File

@ -23,8 +23,8 @@
*/
#include "config.h" /*@\label{tutorial-decoupled:include-begin}@*/
#include "tutorialproblem_decoupled.hh" /*@\label{tutorial-decoupled:include-problem-header}@*/
#include <ewoms/common/start.hh> /*@\label{tutorial-decoupled:include-end}@*/
#include "tutorialproblem_decoupled.hh" /*@\label{tutorial-decoupled:include-problem-header}@*/
////////////////////////
// the main function

View File

@ -26,6 +26,7 @@
#ifndef EWOMS_TUTORIAL_SPATIAL_PARAMETERS_DECOUPLED_HH
#define EWOMS_TUTORIAL_SPATIAL_PARAMETERS_DECOUPLED_HH
#include <ewoms/parallel/mpihelper.hh>
#include <ewoms/decoupled/spatialparams/fvspatialparams.hh>
#include <ewoms/material/fluidmatrixinteractions/2p/linearmaterial.hh>
#include <ewoms/material/fluidmatrixinteractions/2p/regularizedbrookscorey.hh>