X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Ffloat%2Fsfloat%2Felem%2Fcl_SF_to_I.cc;h=04830296661e997c4f350303b915c8260dacf542;hb=850abfde7f0d985ba01526c346bcd0d733562943;hp=5c965a3b9f9aaa0f6d463c1c4d024ad65868b9ea;hpb=dd9e0f894eec7e2a8cf85078330ddc0a6639090b;p=cln.git diff --git a/src/float/sfloat/elem/cl_SF_to_I.cc b/src/float/sfloat/elem/cl_SF_to_I.cc index 5c965a3..0483029 100644 --- a/src/float/sfloat/elem/cl_SF_to_I.cc +++ b/src/float/sfloat/elem/cl_SF_to_I.cc @@ -9,9 +9,11 @@ // Implementation. -#include "cl_integer.h" +#include "cln/integer.h" #include "cl_I.h" +namespace cln { + const cl_I cl_SF_to_I (const cl_SF& x) { // x entpacken: @@ -27,3 +29,5 @@ const cl_I cl_SF_to_I (const cl_SF& x) exp ); } + +} // namespace cln