Skip to content

Commit

Permalink
Fix build. Add Node_Geo to CommonFVMOutput
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiKattmann committed Apr 28, 2021
1 parent e28e7bb commit d662ce0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SU2_CFD/src/output/CFlowOutput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2759,6 +2759,8 @@ void CFlowOutput::AddCommonFVMOutputs(const CConfig *config) {

void CFlowOutput::LoadCommonFVMOutputs(const CConfig* config, const CGeometry* geometry, unsigned long iPoint) {

CPoint* Node_Geo = geometry->nodes;

SetVolumeOutputValue("COORD-X", iPoint, Node_Geo->GetCoord(iPoint, 0));
SetVolumeOutputValue("COORD-Y", iPoint, Node_Geo->GetCoord(iPoint, 1));
if (nDim == 3)
Expand Down

0 comments on commit d662ce0

Please sign in to comment.