]> www.ginac.de Git - cln.git/blobdiff - src/rational/division/cl_RA_trunc12.cc
* All Files have been modified for inclusion of namespace cln;
[cln.git] / src / rational / division / cl_RA_trunc12.cc
index c6c75377b87eb0e479ce566ec18b3b6cfedc639d..d592272cd96f8de7f78392d7ed3ec5ca8e4e41f7 100644 (file)
@@ -4,13 +4,15 @@
 #include "cl_sysdep.h"
 
 // Specification.
-#include "cl_rational.h"
+#include "cln/rational.h"
 
 
 // Implementation.
 
 #include "cl_RA.h"
-#include "cl_integer.h"
+#include "cln/integer.h"
+
+namespace cln {
 
 const cl_I truncate1 (const cl_RA& x, const cl_RA& y)
 {
@@ -45,3 +47,5 @@ const cl_I truncate1 (const cl_RA& x, const cl_RA& y)
                }
        }
 }
+
+}  // namespace cln