Skip to content
Snippets Groups Projects

[tutorial] fix type of FluidSystem

Merged Bernd Flemisch requested to merge fix/exercise3 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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>;
};
}
Loading