Skip to content

Commit bcc8c74

Browse files
authored
Merge pull request #114 from nmpeterson/master
Changed the definition (and modes) of a couple unused truck restriction codes
2 parents 669a353 + 51cc751 commit bcc8c74

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

generate_highway_files_2.sas

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,13 +276,13 @@ filename in4 "&dir.\&scen.\nodes.csv";
276276
** Edit by TSchmidt & NPeterson 5/21/14 **;
277277
if trkres in (1, 18)
278278
then mode = 'ASH'; ** No trucks;
279-
else if trkres in (2:4, 9:11, 13, 25:26, 35, 37)
279+
else if trkres in (2:4, 9:11, 13, 25, 35, 37)
280280
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)
281+
else if trkres in (7:8, 14, 16:17, 19, 27, 29, 31, 34, 38:44, 46:47, 49)
282282
then mode = 'ASHTlb'; ** No medium or heavy trucks;
283-
else if trkres in (5, 30, 48)
283+
else if trkres in (5, 30, 45, 48)
284284
then mode = 'ASHTmlb'; ** No heavy trucks;
285-
/*else if trkres in (6, 15, 20, 22:24, 28, 32:33, 36)
285+
/*else if trkres in (6, 15, 20, 22:24, 26, 28, 32:33, 36)
286286
then mode = 'ASHThmlb';*/ ** Already set implicitly by modes=2 **;
287287

288288
if blvd = 1 then mode = 'ASH'; ** No trucks. Trumps trkres codes;

0 commit comments

Comments
 (0)