]> www.ginac.de Git - cln.git/blobdiff - src/integer/bitwise/cl_I_ldbxtest.cc
* All Files have been modified for inclusion of namespace cln;
[cln.git] / src / integer / bitwise / cl_I_ldbxtest.cc
index 75678a37ea0e29eecae60b3988e3f6413954353c..9ee07672832e2f707c034d550335eb2f22cf39c6 100644 (file)
@@ -9,10 +9,12 @@
 
 // Implementation.
 
-#include "cl_integer.h"
+#include "cln/integer.h"
 #include "cl_I.h"
 #include "cl_DS.h"
 
+namespace cln {
+
 cl_boolean ldb_extract_test (const cl_I& x, uintL p, uintL q)
     { var const uintD* MSDptr;
       var uintC len;
@@ -55,3 +57,4 @@ cl_boolean ldb_extract_test (const cl_I& x, uintL p, uintL q)
       if (DS_test_loop(MSDptr,len,LSDptr)) { return cl_true; } else { return cl_false; }
     }
 
+}  // namespace cln