Skip to content
Snippets Groups Projects
Commit 239bc822 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[test][2pncmin] Remove unused header

parent 2ad2bd34
No related branches found
No related tags found
1 merge request!1607Feature/new materiallaw 2p
......@@ -26,8 +26,6 @@
#ifndef DUMUX_SALINIZATION_SPATIAL_PARAMETERS_HH
#define DUMUX_SALINIZATION_SPATIAL_PARAMETERS_HH
#include <dumux/io/gnuplotinterface.hh>
#include <dumux/io/plotmateriallaw.hh>
#include <dumux/material/spatialparams/fv.hh>
#include <dumux/material/fluidmatrixinteractions/2p/vangenuchten.hh>
#include <dumux/material/fluidmatrixinteractions/porosityprecipitation.hh>
......@@ -68,8 +66,6 @@ public:
solubilityLimit_ = getParam<Scalar>("SpatialParams.SolubilityLimit", 0.26);
referencePorosity_ = getParam<Scalar>("SpatialParams.referencePorosity", 0.11);
referencePermeability_ = getParam<Scalar>("SpatialParams.referencePermeability", 2.23e-14);
plotFluidMatrixInteractions_ = getParam<bool>("Output.PlotFluidMatrixInteractions");
}
/*!
......@@ -156,9 +152,6 @@ private:
Scalar solubilityLimit_;
Scalar referencePorosity_;
PermeabilityType referencePermeability_ = 0.0;
bool plotFluidMatrixInteractions_;
};
} // end 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