Skip to content

Commit 14e3666

Browse files
committed
Additional missing swaps.
1 parent 8e3fec7 commit 14e3666

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SU2_CFD/src/iteration/CDiscAdjFluidIteration.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ void CDiscAdjFluidIteration::Preprocess(COutput* output, CIntegration**** integr
147147

148148
/*--- Load solution timestep n-1 | n-2 for DualTimestepping 1st | 2nd order ---*/
149149
if (dual_time_1st) {
150-
LoadUnsteady_Solution(geometry, solver, config, iInst, iZone, Direct_Iter - 1);
150+
LoadUnsteady_Solution(geometry, solver, config, iZone, iInst, Direct_Iter - 1);
151151
} else {
152-
LoadUnsteady_Solution(geometry, solver, config, iInst, iZone, Direct_Iter - 2);
152+
LoadUnsteady_Solution(geometry, solver, config, iZone, iInst, Direct_Iter - 2);
153153

154154
/*--- Set volumes into correct containers ---*/
155155
if (config[iZone]->GetDynamic_Grid()) {

0 commit comments

Comments
 (0)