]> www.ginac.de Git - ginac.git/blobdiff - ginac/registrar.cpp
added print_tree-style output for symmetry objects
[ginac.git] / ginac / registrar.cpp
index 0d73b51a7581b09eacc0056923999365621f093a..9a747efff7fc83ce9c9dbfaf418745c66e49ccab 100644 (file)
@@ -25,9 +25,7 @@
 
 #include "registrar.h"
 
-#ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {
-#endif // ndef NO_NAMESPACE_GINAC
 
 registered_class_info *first_registered_class = NULL;
 
@@ -56,6 +54,4 @@ unarch_func find_unarch_func(const std::string &class_name)
 }
 
 
-#ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
-#endif // ndef NO_NAMESPACE_GINAC