STRUCTURE /Path_Data/ ! Structure for storing eq and cms path ! data as a pseudo linked list INTEGER*2 list(NU_PA) ! node listing in path INTEGER next ! next path in list (to a given ! destination from a given link) REAL priority ! path choice rating variable REAL time ! travel time on path INTEGER tot ! total # of vehicles which have ! selected path LOGICAL*2 on ! for cms paths, TRUE if cms is advising ! about this path END STRUCTURE