]> www.ginac.de Git - cln.git/blobdiff - tests/test_MI_recip.cc
Fix compilation on CYGWIN:
[cln.git] / tests / test_MI_recip.cc
index 7c02fac38132be3e542d0e7eb50415eb2fd4c105..dddce338075dbffd5913d962cd9c25ffec4c95be 100644 (file)
@@ -7,7 +7,7 @@ int test_MI_recip (int iterations)
        // Check against multiplication.
        for (i = iterations; i > 0; i--) {
                cl_I m = testrandom_I();
-               cl_modint_ring R = cl_find_modint_ring(m);
+               cl_modint_ring R = find_modint_ring(m);
                cl_I ai = testrandom_I();
                if (gcd(m,ai)==1) {
                        cl_MI a = R->canonhom(ai);