Skip to content

Commit 8143f4f

Browse files
author
shbhmexe
committed
Update CSpeciesSolver.cpp
1 parent 55b7bab commit 8143f4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SU2_CFD/src/solvers/CSpeciesSolver.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@ void CSpeciesSolver::LoadRestart(CGeometry** geometry, CSolver*** solver, CConfi
275275
false);
276276

277277
if (config->GetKind_Turb_Model() != TURB_MODEL::NONE)
278-
solver[iMesh][TURB_SOL]->Postprocessing(geometry[iMesh], solver[iMesh], config, iMesh);
278+
solver[iMesh][TURB_SOL]->Postprocessing(geometry[MESH_0], solver[MESH_0], config, MESH_0);
279279

280-
solver[iMesh][SPECIES_SOL]->Preprocessing(geometry[iMesh], solver[iMesh], config, iMesh, NO_RK_ITER,
280+
solver[iMesh][SPECIES_SOL]->Preprocessing(geometry[MESH_0], solver[MESH_0], config, MESH_0, NO_RK_ITER,
281281
RUNTIME_SPECIES_SYS, false);
282282
}
283283

0 commit comments

Comments
 (0)