]> www.ginac.de Git - cln.git/blobdiff - src/float/conv/cl_DF_to_FF.cc
* All Files have been modified for inclusion of namespace cln;
[cln.git] / src / float / conv / cl_DF_to_FF.cc
index 36c1aea0605078390f6355c6069bdf20a1273e4e..5f6768fa3ee4d316f29e378273aa6d4a2d78db35 100644 (file)
@@ -12,6 +12,8 @@
 #include "cl_DF.h"
 #include "cl_FF.h"
 
+namespace cln {
+
 const cl_FF cl_DF_to_FF (const cl_DF& x)
 {
        // x entpacken:
@@ -62,3 +64,5 @@ const cl_FF cl_DF_to_FF (const cl_DF& x)
        return encode_FF(sign,exp,manthi);
        #endif
 }
+
+}  // namespace cln