Skip to content

Commit 454f628

Browse files
committed
remove unused statements
1 parent 112ffc1 commit 454f628

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

SU2_CFD/src/iteration/CFEAIteration.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,6 @@ void CFEAIteration::Update(COutput* output, CIntegration**** integration, CGeome
208208
if (Physical_t >= config[val_iZone]->GetTotal_DynTime())
209209
integration[val_iZone][val_iInst][FEA_SOL]->SetConvergence(true);
210210

211-
} else if (fsi) {
212-
/*--- For FSI problems, output the relaxed result, which is the one transferred into the fluid domain (for restart
213-
* purposes) ---*/
214-
if (config[val_iZone]->GetKind_TimeIntScheme_FEA() == NEWMARK_IMPLICIT) {
215-
feaSolver->ImplicitNewmark_Relaxation(geometry[val_iZone][val_iInst][MESH_0], config[val_iZone]);
216-
}
217211
}
218212
}
219213

0 commit comments

Comments
 (0)