diff --git a/tests/test_cln.cpp b/tests/test_cln.cpp index 65f52bc8..eb83d82a 100644 --- a/tests/test_cln.cpp +++ b/tests/test_cln.cpp @@ -24,7 +24,7 @@ double time () { template void test (string s, int n) { double t = time(); T z = 0; - for (int i=0; i {2,2,3}, vector {2,2,3}, vector {2,2,3}); + auto ms = maps ({2,2,3}, {2,2,3}, {2,2,3}); for (auto m : ms) { cout << m; cout << " sigma: " << m.sigma;