Use more efficient colmatrix-based reduction
[libstick.git] / tests / image.h
index ff7817af6193cc4f2744b1c542c82e5f55b41f27..8633a56b5859e9da8dc91fd41d4406a57a0933fb 100644 (file)
@@ -49,7 +49,7 @@ class image_TestSuite: public Test::Suite {
             sorder so(s);
             assert(so.is_filtration());
 
-            typedef sorder::boundary_matrix bmatrix;
+            typedef boolean_colrowmatrix<uint32_t> bmatrix;
             bmatrix bm = so.get_boundary_matrix();
 
             // Check for the right vertex incidences