X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=tests%2FtimeUPMImul.cc;h=272d61808ed7444b00f6e5e8098eb01ebd9378ab;hb=1bf866178f2ccea16ae2f6cfc977279d42b17a00;hp=98b5f6ac2146d52288870f2781cd3ca53434e2bd;hpb=850abfde7f0d985ba01526c346bcd0d733562943;p=cln.git diff --git a/tests/timeUPMImul.cc b/tests/timeUPMImul.cc index 98b5f6a..272d618 100644 --- a/tests/timeUPMImul.cc +++ b/tests/timeUPMImul.cc @@ -3,9 +3,10 @@ #include #include #include -#include -#include +#include +#include #include +using namespace cln; int main (int argc, char * argv[]) { @@ -28,7 +29,7 @@ int main (int argc, char * argv[]) p1.set_coeff(i, R1->canonhom((int)(1.618033989*i*i))); p1.finalize(); - stdout << p1 << endl; + cout << p1 << endl; cl_UP sp1 = PR1->zero(); { CL_TIMING; @@ -36,7 +37,7 @@ int main (int argc, char * argv[]) { sp1 = square(p1); } } - stdout << sp1 << endl; + cout << sp1 << endl; } // Time: