Normand Briere
2019-07-23 0f4fa9dc4191aaee9661c1e6d73725436ae64ac2
Vertex.java
....@@ -122,7 +122,7 @@
122122
123123 public boolean equals(Object o)
124124 {
125
- assert(norm.normalized());
125
+ // JUNE 2019. norm can be null (e.g. Box) Grafreed.Assert(norm.normalized());
126126 //if (true) return false;
127127
128128 Vertex vert = (Vertex) o;