Index: trunk/src/atmsdriver/NetworkLoader.java
===================================================================
--- trunk/src/atmsdriver/NetworkLoader.java	(revision 84)
+++ trunk/src/atmsdriver/NetworkLoader.java	(revision 90)
@@ -228,5 +228,5 @@
         sc.nextInt(); // skip count
         sc.nextInt(); // fwy
-        DIRECTION dir = DIRECTION.getEnum(sc.next()); // direction
+        DIRECTION dir = DIRECTION.toDirection(sc.next()); // direction
         sc.nextDouble();
         
@@ -261,5 +261,5 @@
                 scLine.nextInt(); // skip count
                 int fwy = scLine.nextInt(); // fwy
-                DIRECTION dir = DIRECTION.getEnum(scLine.next()); // direction
+                DIRECTION dir = DIRECTION.toDirection(scLine.next()); // direction
                 double postmile = scLine.nextDouble();
                 String ldsName = getLocation(strLine); /************* DOESNT GRAB WHOLE???? */////
