X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;ds=sidebyside;f=src%2Ffloat%2Flfloat%2Fmisc%2Fcl_LF_to_LF.cc;h=33232d5152894f8337d26a41bb9ac8df584db200;hb=850abfde7f0d985ba01526c346bcd0d733562943;hp=8426cd5b472ef67a8b8e684f84a79fac303e1cc2;hpb=e0b64ba4f92bb0323e5b241b465d17389ceff2d9;p=cln.git diff --git a/src/float/lfloat/misc/cl_LF_to_LF.cc b/src/float/lfloat/misc/cl_LF_to_LF.cc index 8426cd5..33232d5 100644 --- a/src/float/lfloat/misc/cl_LF_to_LF.cc +++ b/src/float/lfloat/misc/cl_LF_to_LF.cc @@ -9,6 +9,8 @@ // Implementation. +namespace cln { + const cl_LF LF_to_LF (const cl_LF& x, uintC len) { var uintC oldlen = TheLfloat(x)->len; @@ -17,3 +19,5 @@ const cl_LF LF_to_LF (const cl_LF& x, uintC len) // len = oldlen return x; } + +} // namespace cln