]> www.ginac.de Git - ginac.git/blobdiff - ginac/ncmul.cpp
- put everything in "GiNaC" namespace
[ginac.git] / ginac / ncmul.cpp
index 74c395460017d3a43d8f1040305191aeb23fbb26..7d2364e2e6107650473707347fa48b524087786a 100644 (file)
@@ -28,6 +28,9 @@
 #include "ex.h"
 #include "add.h"
 #include "mul.h"
+#include "debugmsg.h"
+
+namespace GiNaC {
 
 //////////
 // default constructor, destructor, copy constructor assignment operator and helpers
@@ -588,4 +591,4 @@ ex simplified_ncmul(exvector const & v)
                                    status_flags::evaluated);
 }
 
-
+} // namespace GiNaC