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

[richardsnc] Use correct volVars

parent a9e10f66
No related branches found
No related tags found
2 merge requests!670Cleanup/volvars,!617[WIP] Next
...@@ -24,15 +24,15 @@ ...@@ -24,15 +24,15 @@
#define DUMUX_RICHARDSNC_VOLUME_VARIABLES_HH #define DUMUX_RICHARDSNC_VOLUME_VARIABLES_HH
#include <dumux/common/properties.hh> #include <dumux/common/properties.hh>
#include <dumux/discretization/volumevariables.hh> #include <dumux/porousmediumflow/volumevariables.hh>
namespace Dumux namespace Dumux
{ {
template <class TypeTag> template <class TypeTag>
class RichardsBaseVolumeVariables : public ImplicitVolumeVariables<TypeTag> class RichardsBaseVolumeVariables : public PorousMediumFlowVolumeVariables<TypeTag>
{ {
using ParentType = ImplicitVolumeVariables<TypeTag>; using ParentType = PorousMediumFlowVolumeVariables<TypeTag>;
using Implementation = typename GET_PROP_TYPE(TypeTag, VolumeVariables); using Implementation = typename GET_PROP_TYPE(TypeTag, VolumeVariables);
using Scalar = typename GET_PROP_TYPE(TypeTag, Scalar); using Scalar = typename GET_PROP_TYPE(TypeTag, Scalar);
using Problem = typename GET_PROP_TYPE(TypeTag, Problem); using Problem = typename GET_PROP_TYPE(TypeTag, Problem);
......
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