]> www.ginac.de Git - ginac.git/blobdiff - ginac/archive.h
- simplify_indexed() simplifies c*(M).i.j -> (M').i.j (c: numeric, M: matrix)
[ginac.git] / ginac / archive.h
index d56c0e6ce65e7b58ab3f948b7c86125c51df039a..24c6d5d905548a6901eb5f5f842dda46191fe177 100644 (file)
@@ -29,9 +29,7 @@
 #include <vector>
 #include <iostream>
 
-#ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {
-#endif // ndef NO_NAMESPACE_GINAC
 
 class lst;
 class archive;
@@ -183,8 +181,6 @@ std::ostream &operator<<(std::ostream &os, const archive &ar);
 std::istream &operator>>(std::istream &is, archive &ar);
 
 
-#ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
-#endif // ndef NO_NAMESPACE_GINAC
 
 #endif // ndef __GINAC_ARCHIVE_H__