Skip to content
Snippets Groups Projects
Commit bc8320fe authored by Klaus Mosthaf's avatar Klaus Mosthaf
Browse files

fixed make headercheck in dumux/freeflow

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7842 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 0de5030c
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@
#include <dumux/boxmodels/common/boxproblem.hh>
#include "stokesproperties.hh"
namespace Dumux
{
......
......@@ -36,6 +36,10 @@
#include "stokesproperties.hh"
#include "stokesindices.hh"
#include "stokeslocaljacobian.hh"
#include "stokeslocalresidual.hh"
#include "stokesmodel.hh"
#include "stokesvolumevariables.hh"
#include "stokesfluxvariables.hh"
#include "stokesnewtoncontroller.hh"
#include <dumux/material/fluidsystems/gasphase.hh>
......
......@@ -33,8 +33,11 @@
#define DUMUX_STOKES2C_PROPERTY_DEFAULTS_HH
#include "stokes2cproperties.hh"
#include "stokes2cfluxvariables.hh"
#include "stokes2cindices.hh"
#include "stokes2clocalresidual.hh"
#include "stokes2cmodel.hh"
#include "stokes2cvolumevariables.hh"
#include <dumux/material/fluidstates/compositionalfluidstate.hh>
......
......@@ -32,11 +32,12 @@
#ifndef DUMUX_STOKES2CNI_PROPERTY_DEFAULTS_HH
#define DUMUX_STOKES2CNI_PROPERTY_DEFAULTS_HH
#include "stokes2cniindices.hh"
#include <dumux/freeflow/stokes2c/stokes2cproperties.hh>
#include "stokes2cnifluxvariables.hh"
#include "stokes2cniindices.hh"
#include "stokes2cnilocalresidual.hh"
#include "stokes2cnimodel.hh"
#include "stokes2cnivolumevariables.hh"
namespace Dumux
{
......
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