Use more efficient colmatrix-based reduction
[libstick.git] / include / libstick-0.1 / simplicialcomplex.h
index 1183a92d699dfa896853e8148abb988f3ca06ed4..973d632e548d581fc3b893df6582644f5ce6e021 100644 (file)
@@ -92,7 +92,7 @@ class simplicial_complex {
         class simplex_order {
 
             public:
-                typedef boolean_colrowmatrix<IT> boundary_matrix;
+                typedef boolean_colmatrix<IT> boundary_matrix;
 
                 /** Create a standard order of the complex c, i.e., the identity permutation. */
                 simplex_order(const simplcompltype &c) :