Example #1
0
 public void update(Coord c1, Coord c2) {
   if (!c1.equals(this.c1) || !c2.equals(this.c2)) {
     olseq++;
     this.c1 = c1;
     this.c2 = c2;
   }
 }