]> www.ginac.de Git - cln.git/blobdiff - src/real/division/cl_R_ffloor22.cc
Fix compilation on CYGWIN:
[cln.git] / src / real / division / cl_R_ffloor22.cc
index e2f85ac84f6aba0d7319f3cc59d19e7581c10af7..9590ada8fd0ebae7b53c4bbf2a2ba55b807d187b 100644 (file)
@@ -4,7 +4,7 @@
 #include "cl_sysdep.h"
 
 // Specification.
-#include "cl_real.h"
+#include "cln/real.h"
 
 
 // Implementation.
@@ -12,6 +12,8 @@
 #include "cl_R.h"
 #include "cl_R_div_t.h"
 
+namespace cln {
+
 const cl_R_fdiv_t ffloor2 (const cl_R& x, const cl_R& y)
 {
 // Methode:
@@ -32,3 +34,5 @@ const cl_R_fdiv_t ffloor2 (const cl_R& x, const cl_R& y)
        var cl_R& r = q_r.remainder;
        return cl_R_fdiv_t(q,y*r);
 }
+
+}  // namespace cln