pkg-config: adapt include dir
[libstick.git] / include / libstick-0.1 / simplicialcomplex.h
index 1183a92d699dfa896853e8148abb988f3ca06ed4..4dddc791b619fe3faab6fdbeebce239012672ad8 100644 (file)
@@ -10,7 +10,7 @@
 
 #include <iostream>
 
-#include <libstick-0.1/booleanmatrix.h>
+#include "booleanmatrix.h"
 
 
 namespace libstick {
@@ -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) :