Skip to content

Commit d62228d

Browse files
authored
Update Kloeser2020.mo
1 parent 6df8a1f commit d62228d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kloeser2020.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ equation
9999
acc_lat = v*v/lr*sin(beta) + Fx_d*sin(beta)/m;
100100

101101
// s modulo 4π
102-
s_mod = mod(s, 4*Modelica.Constants.pi);
102+
s_mod = s; //mod(s, 4*Modelica.Constants.pi);
103103

104104
// Piecewise definition of gamma and normal
105105
if s_mod < Modelica.Constants.pi then

0 commit comments

Comments
 (0)