Skip to content

Commit f28296d

Browse files
Zan Xupcarruscag
andauthored
Update SU2_CFD/src/output/CFlowCompFEMOutput.cpp
Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
1 parent 09e8e7f commit f28296d

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

SU2_CFD/src/output/CFlowCompFEMOutput.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,12 +257,9 @@ void CFlowCompFEMOutput::LoadHistoryData(CConfig *config, CGeometry *geometry, C
257257

258258
/*--- Set the analyse surface history values --- */
259259

260-
for (unsigned short iMarker = 0; iMarker < config->GetnMarker_All(); iMarker++) {
261-
if (config->GetMarker_All_Analyze(iMarker) == YES) {
262-
SU2_MPI::Error("SetAnalyzeSurface is not implemented for FEM-DG solver.", CURRENT_FUNCTION);
263-
}
260+
if (config->GetnMarker_Analyze() > 0) {
261+
SU2_MPI::Error("SetAnalyzeSurface is not implemented for FEM-DG solver.", CURRENT_FUNCTION);
264262
}
265-
// SetAnalyzeSurface(solver, geometry, config, false);
266263

267264
/*--- Set aeroydnamic coefficients --- */
268265

0 commit comments

Comments
 (0)