Skip to content
Snippets Groups Projects
Commit 8c78daad authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

fix make headercheck

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11333 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 9240b30b
No related branches found
No related tags found
No related merge requests found
......@@ -31,12 +31,22 @@
#include <dumux/common/valgrind.hh>
#include <dumux/material/fluidstates/nonequilibriumfluidstate.hh>
#include <dumux/common/propertysystem.hh>
#include <cmath>
#include <algorithm>
namespace Dumux
{
namespace Properties
{
NEW_PROP_TAG(Scalar);
NEW_PROP_TAG(FluidSystem);
NEW_PROP_TAG(Indices);
NEW_PROP_TAG(NumPhases);
NEW_PROP_TAG(NumComponents);
}
/*!
* \brief Represents all relevant thermodynamic quantities of a
* multi-phase, multi-component fluid system
......
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