Use scomplex throughout rather than simplcompltype
[libstick.git] / tests / image.h
index 9b07eed430a70a3cf275e9f733e57389454e18b6..b069d90fac92620db102bf54b40ba5cc163546e3 100644 (file)
@@ -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);