Skip to content

Commit a01e788

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into improve_doxydocs
2 parents 8d25605 + bc6ef2a commit a01e788

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ TobiKattmann
126126
Trent Lukaczyk
127127
VivaanKhatri
128128
Wally Maier
129+
Zan Xu
129130
aaronyicongfu
130131
aeroamit
131132
anilvar

SU2_CFD/src/output/CFlowCompFEMOutput.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,9 @@ void CFlowCompFEMOutput::LoadHistoryData(CConfig *config, CGeometry *geometry, C
255255
SetHistoryOutputValue("AOA", config->GetAoA());
256256
SetHistoryOutputValue("CFL_NUMBER", config->GetCFL(MESH_0));
257257

258-
/*--- Set the analyse surface history values --- */
259-
260-
SetAnalyzeSurface(solver, geometry, config, false);
258+
if (config->GetnMarker_Analyze() > 0) {
259+
SU2_MPI::Error("SetAnalyzeSurface is not implemented for FEM-DG solver.", CURRENT_FUNCTION);
260+
}
261261

262262
/*--- Set aeroydnamic coefficients --- */
263263

0 commit comments

Comments
 (0)