Skip to content

Commit

Permalink
Update SU2_CFD/src/output/CFlowCompFEMOutput.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Gomes <[email protected]>
  • Loading branch information
Zan Xu and pcarruscag authored Sep 25, 2022
1 parent f28296d commit e0f7088
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SU2_CFD/src/output/CFlowCompFEMOutput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,6 @@ void CFlowCompFEMOutput::LoadHistoryData(CConfig *config, CGeometry *geometry, C
SetHistoryOutputValue("AOA", config->GetAoA());
SetHistoryOutputValue("CFL_NUMBER", config->GetCFL(MESH_0));

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

if (config->GetnMarker_Analyze() > 0) {
SU2_MPI::Error("SetAnalyzeSurface is not implemented for FEM-DG solver.", CURRENT_FUNCTION);
}
Expand Down

0 comments on commit e0f7088

Please sign in to comment.