Skip to content

Commit

Permalink
uncrustify
Browse files Browse the repository at this point in the history
  • Loading branch information
tjb-ltk committed Jan 13, 2025
1 parent 3d43c09 commit 6e57346
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ void testMobilityNumericalDerivatives( SinglePhaseFVM<> & solver,

// Step 2: update temperature and check derivatives

if ( isThermal )
if( isThermal )
{
using DerivOffsetTherm = constitutive::singlefluid::DerivativeOffsetC< 1 >;
arrayView1d< real64 > const temp =
Expand All @@ -165,7 +165,7 @@ void testMobilityNumericalDerivatives( SinglePhaseFVM<> & solver,
subRegion.getField< fields::flow::temperature_n >();

arrayView2d< real64 > const dMobTherm =
subRegion.getField< fields::flow::dMobility>();
subRegion.getField< fields::flow::dMobility >();

// reset the solver state to zero out variable updates (resetting the whole domain is overkill...)
solver.resetStateToBeginningOfStep( domain );
Expand Down

0 comments on commit 6e57346

Please sign in to comment.