Skip to content

Commit

Permalink
fix for rockylinux cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
tjb-ltk committed Jan 14, 2025
1 parent b6728c0 commit df390e3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ void testMobilityNumericalDerivatives( SinglePhaseFVM<> & solver,
arrayView1d< real64 > const mob =
subRegion.getField< fields::flow::mobility >();

arrayView2d< real64 > const dMob =
arrayView2d< real64, constitutive::singlefluid::USD_FLUID > const dMob =
subRegion.getField< fields::flow::dMobility >();

// reset the solver state to zero out variable updates
Expand Down Expand Up @@ -164,7 +164,7 @@ void testMobilityNumericalDerivatives( SinglePhaseFVM<> & solver,
arrayView1d< real64 const > const temp_n =
subRegion.getField< fields::flow::temperature_n >();

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

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

0 comments on commit df390e3

Please sign in to comment.