Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 3a4acc7d authored by Raphael LUZ's avatar Raphael LUZ
Browse files

- Fixed issue at low speeds

parent 0152d623
No related branches found
Tags milestones/2.1
No related merge requests found
No preview for this file type
No preview for this file type
......@@ -643,18 +643,6 @@ lbGschw:
End If
'From Power -----
If aact < 0 Then
If (Vact < 0.025) Then
'Vh.SetSpeed(jz, 0)
'GoTo lbGschw
Vact = 0
End If
End If
'---------------
'Power demand at wheels
Pwheel = fPwheel(jz, Vh.fGrad(dist))
......@@ -1172,7 +1160,8 @@ lb_nOK:
If VECTOworker.CancellationPending Then Return True
If False AndAlso jz = 53 Then
If False AndAlso jz = 6915 Then
Stop
Debug.Print(
Vact * 3.6 & "," & aact & "," & Vh.fGrad(dist) & "," & GBX.TC_nu & "," & GBX.TC_mu & "," & nU & "," & Pwheel & "," &
nMtoPe(GBX.TCnUout, GBX.TCMout) & "," &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment