Skip to content

Commit

Permalink
Define integer
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Nov 18, 2019
1 parent 07c8292 commit dea04f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers.f90
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ SUBROUTINE FlapControl(avrSWAP, CntrPar, LocalVar, objInst)
TYPE(ObjectInstances), INTENT(INOUT) :: objInst

! Flap control
IF (CntrPar%Flp_Mode) THEN
IF (CntrPar%Flp_Mode == 1) THEN
LocalVar%Flp_Angle(1) = CntrPar%Flp_Angle * D2R
LocalVar%Flp_Angle(2) = CntrPar%Flp_Angle * D2R
LocalVar%Flp_Angle(3) = CntrPar%Flp_Angle * D2R
Expand Down

0 comments on commit dea04f9

Please sign in to comment.