]> www.ginac.de Git - cln.git/blobdiff - src/float/conv/cl_F_from_RA.cc
* All Files have been modified for inclusion of namespace cln;
[cln.git] / src / float / conv / cl_F_from_RA.cc
index 08bc77f18fa10ab28595e23d1bbd34a525f8ef7a..075ffc83658f17706e7bf239c61778f51f7a7c02 100644 (file)
@@ -4,7 +4,7 @@
 #include "cl_sysdep.h"
 
 // Specification.
-#include "cl_float.h"
+#include "cln/float.h"
 
 
 // Implementation.
@@ -15,6 +15,8 @@
 #include "cl_DF.h"
 #include "cl_LF.h"
 
+namespace cln {
+
 const cl_F cl_float (const cl_RA& x, const cl_F& y)
 {
        floattypecase(y
@@ -24,3 +26,5 @@ const cl_F cl_float (const cl_RA& x, const cl_F& y)
        ,       return cl_RA_to_LF(x,TheLfloat(y)->len);
        );
 }
+
+}  // namespace cln