Skip to content

Commit b85ec36

Browse files
committed
Tidy up merge
1 parent 3008eb7 commit b85ec36

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rosco/controller/src/Controllers.f90

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,7 @@ SUBROUTINE VariableSpeedControl(avrSWAP, CntrPar, LocalVar, objInst, ErrVar)
240240
IF (CntrPar%VS_FBP == VS_FBP_Variable_Pitch) THEN
241241
! Variable pitch mode
242242
IF (CntrPar%VS_ConstPower == VS_Mode_ConstPwr) THEN
243-
<<<<<<< HEAD
244-
LocalVar%VS_MaxTq = min(LocalVar%VS_ConstPwr_GenTq * LocalVar%PRC_R_Torque, CntrPar%VS_MaxTq)
245-
=======
246243
LocalVar%VS_MaxTq = min(LocalVar%VS_ConstPwr_GenTq, CntrPar%VS_MaxTq)
247-
>>>>>>> main
248244
ELSE
249245
LocalVar%VS_MaxTq = CntrPar%VS_RtTq * LocalVar%PRC_R_Torque
250246
END IF

0 commit comments

Comments
 (0)