X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Fmodinteger%2Fcl_MI_lshift.cc;h=9c8146e5b03d7b44333252b4842824b4c1612669;hb=22549ef70fee95faab1e9f2adaf710ba9e0bdabf;hp=7f501b5328a3e6fff86b85dca5d2ba35df7da082;hpb=850abfde7f0d985ba01526c346bcd0d733562943;p=cln.git diff --git a/src/modinteger/cl_MI_lshift.cc b/src/modinteger/cl_MI_lshift.cc index 7f501b5..9c8146e 100644 --- a/src/modinteger/cl_MI_lshift.cc +++ b/src/modinteger/cl_MI_lshift.cc @@ -13,7 +13,7 @@ namespace cln { -const cl_MI operator<< (const cl_MI& x, sintL y) // assume 0 <= y < 2^31 +const cl_MI operator<< (const cl_MI& x, sintC y) // assume 0 <= y < 2^(intCsize-1) { if (y == 0) return x;