Use scomplex throughout rather than simplcompltype
[libstick.git] / tests / simplicialcomplex.h
index 1c8f9496f41a83e4b76e8c9ea0a0f51c53a38781..91d1c55532b2c6e1080efea3fd558fa3adb45aef 100644 (file)
@@ -13,7 +13,7 @@ class simplicial_complex_TestSuite: public Test::Suite {
 
     private:
         typedef simplicial_function<3, uint32_t, double> sfunction;
-        typedef sfunction::simplcompltype scomplex;
+        typedef sfunction::scomplex scomplex;
         typedef scomplex::simplex_order::boundary_matrix bm;
 
         bool setupcalled;