X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=tests%2Fsimplicialcomplex.h;h=91d1c55532b2c6e1080efea3fd558fa3adb45aef;hb=HEAD;hp=1c8f9496f41a83e4b76e8c9ea0a0f51c53a38781;hpb=7186ae9cc97393496d7f0e0cb281524276f1e47c;p=libstick.git 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;