]> www.ginac.de Git - cln.git/blobdiff - src/complex/elem/cl_C_mul.cc
2004-01-01 Richard B. Kreckel <kreckel@ginac.de>
[cln.git] / src / complex / elem / cl_C_mul.cc
index d75d1584e11cbbe3ee1330d2bcd4ad3e3520b8fa..ef62a309272d7f633db0c873aa841b7fe32a4311 100644 (file)
@@ -4,13 +4,15 @@
 #include "cl_sysdep.h"
 
 // Specification.
-#include "cl_complex.h"
+#include "cln/complex.h"
 
 
 // Implementation.
 
 #include "cl_C.h"
-#include "cl_real.h"
+#include "cln/real.h"
+
+namespace cln {
 
 const cl_N operator* (const cl_N& x, const cl_N& y)
 {
@@ -52,3 +54,5 @@ const cl_N operator* (const cl_N& x, const cl_N& y)
                }
        }
 }
+
+}  // namespace cln