]> www.ginac.de Git - cln.git/blobdiff - src/real/misc/cl_R_contagion.cc
* All Files have been modified for inclusion of namespace cln;
[cln.git] / src / real / misc / cl_R_contagion.cc
index a02d460b15f27c89808466733fca6fc2c1db9346..77d7b36ccb89b583553147d135005e0a1707aa08 100644 (file)
@@ -11,6 +11,8 @@
 
 #include "cl_LF.h"
 
+namespace cln {
+
 const cl_R contagion (const cl_R& x, const cl_R& y)
 {
 #define X  { return x; }
@@ -41,3 +43,5 @@ const cl_R contagion (const cl_R& x, const cl_R& y)
        );
 #endif
 }
+
+}  // namespace cln