checkpoint
[sbp.git] / src / edu / berkeley / sbp / tib / Tib.java
index 93f2ce1..4805d1e 100644 (file)
@@ -42,7 +42,7 @@ public class Tib implements Input<Character> {
 
     int _row = 1;
     int _col = 0;
-    public Input.Location getLocation() { return new CartesianLocation(_row, _col); }
+    public Input.Location getLocation() { return new Input.Location.Cartesian(_col, _row); }
     private BufferedReader br;
 
     char left = CharRange.left;