]> www.ginac.de Git - ginac.git/blobdiff - ginac/matrix.cpp
- put everything in "GiNaC" namespace
[ginac.git] / ginac / matrix.cpp
index 34d5f2f93c008a0deeac8aeaf0e4aff64992ed18..3fd31fcb739791425b6ae41a17fc008ad5bb98e9 100644 (file)
@@ -24,6 +24,9 @@
 #include <stdexcept>
 
 #include "matrix.h"
+#include "debugmsg.h"
+
+namespace GiNaC {
 
 //////////
 // default constructor, destructor, copy constructor, assignment operator
@@ -868,3 +871,5 @@ int matrix::pivot(int ro)
 
 const matrix some_matrix;
 type_info const & typeid_matrix=typeid(some_matrix);
+
+} // namespace GiNaC