X-Git-Url: https://git.sthu.org/?p=libstick.git;a=blobdiff_plain;f=tests%2Fpersistence.h;h=aac47234bb7bd07f18b3042b7007319fcfb2dc22;hp=b7678bfd76993fb3ed03bb45046f3bbcc3b2eb5e;hb=refs%2Fheads%2Fmaster;hpb=7857e2e4890104e2f7e5a91f1ace889a3f072f08 diff --git a/tests/persistence.h b/tests/persistence.h index b7678bf..aac4723 100644 --- a/tests/persistence.h +++ b/tests/persistence.h @@ -13,7 +13,7 @@ class persistence_TestSuite: public Test::Suite { private: typedef simplicial_function<3, uint32_t, uint32_t> sfunction; - typedef sfunction::simplcompltype scomplex; + typedef sfunction::scomplex scomplex; typedef persistence<3, uint32_t> pers; typedef pers::boundary_matrix bm; typedef pers::lowestones_matrix lom;