X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=tests%2Ftimefact.cc;h=894f02800770f7ff50fdb27426a22a3f87cdc33f;hb=22549ef70fee95faab1e9f2adaf710ba9e0bdabf;hp=c7af4e0c38d83b288b2997651fb20ec27ab49c08;hpb=df7f7906ab815762ce8167ee0f988833a75807ee;p=cln.git diff --git a/tests/timefact.cc b/tests/timefact.cc index c7af4e0..894f028 100644 --- a/tests/timefact.cc +++ b/tests/timefact.cc @@ -3,8 +3,8 @@ #include #include #include "cl_I.h" -#include -#include +#include +#include #include using namespace cln; @@ -20,6 +20,6 @@ int main (int argc, char * argv[]) cl_I m = cl_I(argv[1]); { CL_TIMING; for (int rep = repetitions; rep > 0; rep--) - cl_I f = factorial(FN_to_L(m)); + cl_I f = factorial(FN_to_V(m)); } }