]> www.ginac.de Git - ginac.git/blobdiff - ginac/expairseq.cpp
- put everything in "GiNaC" namespace
[ginac.git] / ginac / expairseq.cpp
index f9347e0b364961378a21421f6f8e40121770ea7c..f74be45e84da27a15e273ea8a14df0ee70d044a9 100644 (file)
 
 #include "expairseq.h"
 #include "lst.h"
 
 #include "expairseq.h"
 #include "lst.h"
+#include "debugmsg.h"
+
+namespace GiNaC {
 
 #ifdef EXPAIRSEQ_USE_HASHTAB
 
 #ifdef EXPAIRSEQ_USE_HASHTAB
-#error "!!!!!!!!TODO: expair_needs_further_processing not yet implemented for hashtabs, sorry. A.F."
+#error "FIXME: expair_needs_further_processing not yet implemented for hashtabs, sorry. A.F."
 #endif // def EXPAIRSEQ_USE_HASHTAB
 
 //////////
 #endif // def EXPAIRSEQ_USE_HASHTAB
 
 //////////
@@ -1623,3 +1626,4 @@ unsigned expairseq::hashtabfactor=1;
 const expairseq some_expairseq;
 type_info const & typeid_expairseq=typeid(some_expairseq);
 
 const expairseq some_expairseq;
 type_info const & typeid_expairseq=typeid(some_expairseq);
 
+} // namespace GiNaC