X-Git-Url: https://git.sthu.org/?p=libstick.git;a=blobdiff_plain;f=tests%2Fsimplicialcomplex.h;h=91d1c55532b2c6e1080efea3fd558fa3adb45aef;hp=1c8f9496f41a83e4b76e8c9ea0a0f51c53a38781;hb=refs%2Fheads%2Fmaster;hpb=7857e2e4890104e2f7e5a91f1ace889a3f072f08 diff --git a/tests/simplicialcomplex.h b/tests/simplicialcomplex.h index 1c8f949..91d1c55 100644 --- a/tests/simplicialcomplex.h +++ b/tests/simplicialcomplex.h @@ -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;