changes: 1) fixes problems in the original EyeTracking benchmark 2) fix a bug in...
[IRC.git] / Robust / src / Benchmarks / SSJava / EyeTrackingInfer / Image.java
index 5245320355a2ed5ccb669897b79be0b2da9aae9e..d91a7e4a2f6d3fd9039a6e8ae6820ec07450ce7d 100644 (file)
@@ -1,10 +1,12 @@
 
+
 public class Image {
 
+  
   int width;
-
+  
   int height;
-
+  
   int pixel[][];
 
   public Image(int width, int height) {