]> www.ginac.de Git - cln.git/blobdiff - src/float/conv/cl_LF_to_DF.cc
* All Files have been modified for inclusion of namespace cln;
[cln.git] / src / float / conv / cl_LF_to_DF.cc
index 8535f73bd8d4e4b9c6d27e2b5bd9fa405be1977c..91fa51b0b6fcedb42d93ffb8d28c5c9f1ee9d0d0 100644 (file)
@@ -14,6 +14,8 @@
 #include "cl_DF.h"
 #include "cl_DS.h"
 
+namespace cln {
+
 const cl_DF cl_LF_to_DF (const cl_LF& x)
 {
        // x entpacken:
@@ -73,3 +75,5 @@ const cl_DF cl_LF_to_DF (const cl_LF& x)
        return encode_DF(sign,exp,manthi,mantlo);
        #endif
 }
+
+}  // namespace cln