X-Git-Url: https://git.sthu.org/?p=libstick.git;a=blobdiff_plain;f=tests%2Fimage.h;h=b069d90fac92620db102bf54b40ba5cc163546e3;hp=9b07eed430a70a3cf275e9f733e57389454e18b6;hb=refs%2Fheads%2Fmaster;hpb=7857e2e4890104e2f7e5a91f1ace889a3f072f08 diff --git a/tests/image.h b/tests/image.h index 9b07eed..b069d90 100644 --- a/tests/image.h +++ b/tests/image.h @@ -41,7 +41,7 @@ class image_TestSuite: public Test::Suite { // Create complex and add image typedef simplicial_function<2, uint32_t, float> sfunction; - typedef sfunction::simplcompltype scomplex; + typedef sfunction::scomplex scomplex; scomplex s; sfunction f(s); add_image_to_simplicialfunction(f, image, width, height);