stable mlp version
[IRC.git] / Robust / src / Benchmarks / mlp / directto / mlp-java / Fix.java
index 71cc210379cfceccd47585d01141b741ef38d056..f5533e18889e80e6b58522a29f751d38608c68e1 100755 (executable)
@@ -1,6 +1,6 @@
 // this class stores the properties of a fix
 
-class Fix {
+public class Fix {
   private String name;
   private Point2d p;