]> www.ginac.de Git - cln.git/blobdiff - src/float/sfloat/elem/cl_SF_to_I.cc
* All Files have been modified for inclusion of namespace cln;
[cln.git] / src / float / sfloat / elem / cl_SF_to_I.cc
index 5c965a3b9f9aaa0f6d463c1c4d024ad65868b9ea..04830296661e997c4f350303b915c8260dacf542 100644 (file)
@@ -9,9 +9,11 @@
 
 // Implementation.
 
-#include "cl_integer.h"
+#include "cln/integer.h"
 #include "cl_I.h"
 
+namespace cln {
+
 const cl_I cl_SF_to_I (const cl_SF& x)
 {
       // x entpacken:
@@ -27,3 +29,5 @@ const cl_I cl_SF_to_I (const cl_SF& x)
                   exp
                 );
 }
+
+}  // namespace cln