Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into improve_doxydocs
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarruscag committed Sep 26, 2022
2 parents 8d25605 + bc6ef2a commit a01e788
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ TobiKattmann
Trent Lukaczyk
VivaanKhatri
Wally Maier
Zan Xu
aaronyicongfu
aeroamit
anilvar
Expand Down
6 changes: 3 additions & 3 deletions SU2_CFD/src/output/CFlowCompFEMOutput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,9 @@ 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 --- */

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

/*--- Set aeroydnamic coefficients --- */

Expand Down

0 comments on commit a01e788

Please sign in to comment.