]> www.ginac.de Git - ginac.git/blobdiff - ginac/archive.h
- renamed archive::dump() to archive::printraw() for consistency with the
[ginac.git] / ginac / archive.h
index a2db1666417070fad8a738cc6e3b988ef5b3ca0b..7b464a22ec2394225eed6378a9e128ed2d9eff3c 100644 (file)
@@ -77,7 +77,7 @@ public:
        ex unarchive(const lst &sym_lst) const;
 
        void forget(void);
-       void dump(ostream &os) const;
+       void printraw(ostream &os) const;
 
 private:
        /** Property data types */
@@ -150,7 +150,7 @@ public:
        void clear(void);
 
        void forget(void);
-       void dump(ostream &os) const;
+       void printraw(ostream &os) const;
 
 private:
        /** Vector of archived nodes. */