X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=tests%2Ftimerecip2adic-compare.cc;h=bf9bc3eebe23f4fe0f215997797a889aaee024dc;hb=f6d5c2083b97d865f0dc9c4e7b98c667f940dc37;hp=b6f73643d012315efde109bcaae3151465214cf0;hpb=df7f7906ab815762ce8167ee0f988833a75807ee;p=cln.git diff --git a/tests/timerecip2adic-compare.cc b/tests/timerecip2adic-compare.cc index b6f7364..bf9bc3e 100644 --- a/tests/timerecip2adic-compare.cc +++ b/tests/timerecip2adic-compare.cc @@ -1,13 +1,12 @@ #include #include #include -#include "cl_DS.h" -#include "cl_2DS.h" +#include "base/digitseq/cl_DS.h" +#include "base/digitseq/cl_2DS.h" #include -#include "cl_random_impl.h" -#include -#include -#include +#include "base/random/cl_random_impl.h" +#include +#include #include using namespace cln; @@ -40,7 +39,7 @@ int main (int argc, char * argv[]) recip2adic(len,a_LSDptr,b_LSDptr); recip2adic_threshold = threshold; recip2adic(len,a_LSDptr,bn_LSDptr); - if (compare_loop_msp(b_MSDptr,bn_MSDptr,len)) cl_abort(); + if (compare_loop_msp(b_MSDptr,bn_MSDptr,len)) abort(); // Time. recip2adic_threshold = 1000000; { CL_TIMING;