Skip to content

Commit c4655a5

Browse files
authored
Merge branch 'master' into fixFinalModifier
2 parents 2f3d74f + 950c4a3 commit c4655a5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

VehicleInterfaces/Roads/Internal/VisualizeSimpleRoads.mo

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,8 @@ protected
3838
Real s;
3939
Real w;
4040
Real r[3];
41-
parameter Real ds = s_max - s_min
42-
"Length of one segment in s-direction";
43-
parameter Real dw = w_max - w_min
44-
"Length of one segment in w-direction";
41+
Real ds = s_max - s_min "Length of one segment in s-direction";
42+
Real dw = w_max - w_min "Length of one segment in w-direction";
4543
algorithm
4644
for j in 1:nv loop
4745
w := w_min + (j - 1)*dw/(nv - 1);

0 commit comments

Comments
 (0)