]> www.ginac.de Git - cln.git/blobdiff - src/float/misc/cl_F_sign2.cc
* All Files have been modified for inclusion of namespace cln;
[cln.git] / src / float / misc / cl_F_sign2.cc
index edde7de95321ce1b6842e36af28430dfbf0b7a7f..9e13494cd5d6439e421bbf06c7bb1e780fd23a2e 100644 (file)
@@ -4,13 +4,15 @@
 #include "cl_sysdep.h"
 
 // Specification.
-#include "cl_float.h"
+#include "cln/float.h"
 
 
 // Implementation.
 
 #include "cl_F.h"
 
+namespace cln {
+
 const cl_F float_sign (const cl_F& x, const cl_F& y)
 {
   // Methode:
@@ -20,3 +22,5 @@ const cl_F float_sign (const cl_F& x, const cl_F& y)
        else
                return y;
 }
+
+}  // namespace cln