Skip to content

Commit 8236deb

Browse files
authored
Update SU2_CFD/src/output/CFlowOutput.cpp
1 parent 7fd88c6 commit 8236deb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SU2_CFD/src/output/CFlowOutput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ void CFlowOutput::Set_NearfieldInverseDesign(CSolver *solver, const CGeometry *g
941941

942942
/*--- Compute the Azimuthal angle ---*/
943943

944-
const su2double AngleDouble = fabs(atan(-YcoordRot/ZcoordRot)*180.0/PI_NUMBER);
944+
su2double AngleDouble = fabs(atan(-YcoordRot/ZcoordRot)*180.0/PI_NUMBER);
945945

946946
/*--- Fix an azimuthal line due to misalignments of the near-field ---*/
947947

0 commit comments

Comments
 (0)