Skip to content
Snippets Groups Projects
Commit b537d31a authored by Sina Ackermann's avatar Sina Ackermann
Browse files

[fluidsystem] add missing whitespace

parent b96ba284
No related branches found
No related tags found
2 merge requests!703Feature/replace 1p fluidsystem,!617[WIP] Next
......@@ -44,7 +44,7 @@ NEW_TYPE_TAG(KovasznayTestProblem, INHERITS_FROM(StaggeredFreeFlowModel, NavierS
SET_PROP(KovasznayTestProblem, FluidSystem)
{
using Scalar = typename GET_PROP_TYPE(TypeTag, Scalar);
using type =FluidSystems::LiquidPhase<Scalar, Components::Constant<1, Scalar> >;
using type = FluidSystems::LiquidPhase<Scalar, Components::Constant<1, Scalar> >;
};
// Set the grid type
......
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