We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f3d74f + 950c4a3 commit c4655a5Copy full SHA for c4655a5
VehicleInterfaces/Roads/Internal/VisualizeSimpleRoads.mo
@@ -38,10 +38,8 @@ protected
38
Real s;
39
Real w;
40
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";
+ Real ds = s_max - s_min "Length of one segment in s-direction";
+ Real dw = w_max - w_min "Length of one segment in w-direction";
45
algorithm
46
for j in 1:nv loop
47
w := w_min + (j - 1)*dw/(nv - 1);
0 commit comments