Skip to content

Commit

Permalink
[PL/HM] Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
endJunction committed Jan 3, 2023
1 parent 3e85430 commit 7a37bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProcessLib/HydroMechanics/HydroMechanicsFEM-impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ std::vector<double> const& HydroMechanicsLocalAssembler<

auto const rho_fr =
fluid.property(MPL::PropertyType::density)
.template value<double>(vars, x_position, t, dt);
.template value<double>(vars, x_position, t, dt);
vars.density = rho_fr;

auto const mu = fluid.property(MPL::PropertyType::viscosity)
Expand Down

0 comments on commit 7a37bb8

Please sign in to comment.