Skip to content

Commit 557472f

Browse files
snow54pcarruscag
andauthored
Update SU2_CFD/src/output/CFlowOutput.cpp
Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
1 parent bf69d5e commit 557472f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

SU2_CFD/src/output/CFlowOutput.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -796,8 +796,7 @@ void CFlowOutput::Set_NearfieldInverseDesign(CSolver *solver, const CGeometry *g
796796
ofstream EquivArea_file, FuncGrad_file;
797797
unsigned short iMarker = 0, iDim;
798798
su2double Gamma, auxXCoord, auxYCoord, auxZCoord, InverseDesign = 0.0, DeltaX, Coord_i, Coord_j, jp1Coord, *Coord = nullptr, MeanFuntion,
799-
*Face_Normal = nullptr, auxArea, auxPress, Mach, Beta, R_Plane, Pressure_Inf,
800-
ModVelocity_Inf, Velocity_Inf[3], factor,
799+
*Face_Normal = nullptr, auxArea, auxPress, Mach, Beta, R_Plane, Pressure_Inf, factor,
801800
jFunction, jp1Function;
802801
unsigned long jVertex, iVertex, iPoint, nVertex_NearField = 0, auxPoint,
803802
auxDomain;

0 commit comments

Comments
 (0)