Skip to content
Snippets Groups Projects
Commit 2e0bd1fa authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'fix/el2pfluxvars' into 'master'

[el2p] Adjust name of friend class



See merge request !104
parents 51f2c5a6 2a729511
No related branches found
No related tags found
1 merge request!104[el2p] Adjust name of friend class
...@@ -58,7 +58,7 @@ NEW_PROP_TAG(SpatialParams); ...@@ -58,7 +58,7 @@ NEW_PROP_TAG(SpatialParams);
template<class TypeTag> template<class TypeTag>
class ElTwoPFluxVariables: public ImplicitDarcyFluxVariables<TypeTag> class ElTwoPFluxVariables: public ImplicitDarcyFluxVariables<TypeTag>
{ {
friend class ImplicitFluxVariables<TypeTag>; // be friends with parent friend class ImplicitDarcyFluxVariables<TypeTag>; // be friends with parent
typedef Dumux::ImplicitDarcyFluxVariables<TypeTag> ParentType; typedef Dumux::ImplicitDarcyFluxVariables<TypeTag> ParentType;
typedef typename GET_PROP_TYPE(TypeTag, Problem) Problem; typedef typename GET_PROP_TYPE(TypeTag, Problem) 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