Skip to content
Snippets Groups Projects
Commit 2a729511 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[el2p] Adjust name of friend class

parent 51f2c5a6
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