]> www.ginac.de Git - ginac.git/blobdiff - ginac/lorentzidx.cpp
- rotate_31() and golden_hash_ratio() moved to utils.h
[ginac.git] / ginac / lorentzidx.cpp
index 3719f15b672a86e0bdb8c002627a9542601cd860..3e69d30d4be37b66c61db6a7d50cf6e914123321 100644 (file)
@@ -24,6 +24,9 @@
 
 #include "lorentzidx.h"
 #include "utils.h"
+#include "debugmsg.h"
+
+namespace GiNaC {
 
 //////////
 // default constructor, destructor, copy constructor assignment operator and helpers
@@ -248,5 +251,4 @@ lorentzidx lorentzidx::create_anonymous_representative(void) const
 const lorentzidx some_lorentzidx;
 type_info const & typeid_lorentzidx=typeid(some_lorentzidx);
 
-
-
+} // namespace GiNaC