]> www.ginac.de Git - cln.git/blobdiff - src/float/lfloat/misc/cl_LF_to_LF.cc
* All Files have been modified for inclusion of namespace cln;
[cln.git] / src / float / lfloat / misc / cl_LF_to_LF.cc
index 8426cd5b472ef67a8b8e684f84a79fac303e1cc2..33232d5152894f8337d26a41bb9ac8df584db200 100644 (file)
@@ -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