mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
fix headercheck and compile
they failed because of the new MpiHelper...
This commit is contained in:
parent
ec369207bc
commit
cf74236d32
@ -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)
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user