diff --git a/complex.cpp b/complex.cpp index 5de9475f..763e6998 100644 --- a/complex.cpp +++ b/complex.cpp @@ -2844,7 +2844,7 @@ namespace prairie { vector whirlline; whirlline.push_back(c); cell *c2 = prev(c); - while(c2 && !cl.add(c2)) { + while(c2 && cl.add(c2)) { whirlline.push_back(c2); c2 = prev(c2); // in sphere/quotient geometries, never break before a bull