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 669a353 + 51cc751 commit bcc8c74Copy full SHA for bcc8c74
1 file changed
generate_highway_files_2.sas
@@ -276,13 +276,13 @@ filename in4 "&dir.\&scen.\nodes.csv";
276
** Edit by TSchmidt & NPeterson 5/21/14 **;
277
if trkres in (1, 18)
278
then mode = 'ASH'; ** No trucks;
279
- else if trkres in (2:4, 9:11, 13, 25:26, 35, 37)
+ else if trkres in (2:4, 9:11, 13, 25, 35, 37)
280
then mode = 'ASHTb'; ** No trucks except B-plates;
281
- else if trkres in (7:8, 14, 16:17, 19, 27, 29, 31, 34, 38:47, 49)
+ else if trkres in (7:8, 14, 16:17, 19, 27, 29, 31, 34, 38:44, 46:47, 49)
282
then mode = 'ASHTlb'; ** No medium or heavy trucks;
283
- else if trkres in (5, 30, 48)
+ else if trkres in (5, 30, 45, 48)
284
then mode = 'ASHTmlb'; ** No heavy trucks;
285
- /*else if trkres in (6, 15, 20, 22:24, 28, 32:33, 36)
+ /*else if trkres in (6, 15, 20, 22:24, 26, 28, 32:33, 36)
286
then mode = 'ASHThmlb';*/ ** Already set implicitly by modes=2 **;
287
288
if blvd = 1 then mode = 'ASH'; ** No trucks. Trumps trkres codes;
0 commit comments