File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/reactions/bulkGeneric/unitTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,13 @@ void timeStepTest( PARAMS_DATA const & params,
9191 aggregatePrimarySpeciesConcentration_n[i] = aggregatePrimarySpeciesConcentration[i];
9292 }
9393
94- auto computeResidualAndJacobian = [&] HPCREACT_HOST_DEVICE ( REAL_TYPE const (&logPrimarySpeciesConcentration )[numPrimarySpecies],
94+ auto computeResidualAndJacobian = [&] HPCREACT_HOST_DEVICE ( REAL_TYPE const (&primarySpeciesConcentration )[numPrimarySpecies],
9595 REAL_TYPE (&r)[numPrimarySpecies],
9696 REAL_TYPE (&J)[numPrimarySpecies][numPrimarySpecies] )
9797 {
9898 MixedReactionsType::updateMixedSystem ( temperature,
9999 params,
100- logPrimarySpeciesConcentration ,
100+ primarySpeciesConcentration ,
101101 logSecondarySpeciesConcentration,
102102 aggregatePrimarySpeciesConcentration,
103103 dAggregatePrimarySpeciesConcentrations_dlogPrimarySpeciesConcentration,
You can’t perform that action at this time.
0 commit comments