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

[tutorial] fix type of FluidSystem

parent b6fba3fd
No related branches found
No related tags found
1 merge request!727[tutorial] fix type of FluidSystem
......@@ -66,7 +66,7 @@ SET_PROP(ExerciseThreeProblemTwoPTwoC, FluidSystem)
private:
using Scalar = typename GET_PROP_TYPE(TypeTag, Scalar);
public:
using type = FluidSystems::H2OMyCompressibleComponent<TypeTag, Scalar>;
using type = FluidSystems::H2OMyCompressibleComponent<Scalar>;
};
}
......
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