]> www.ginac.de Git - ginac.git/blobdiff - ginac/indexed.cpp
- renamed archive::dump() to archive::printraw() for consistency with the
[ginac.git] / ginac / indexed.cpp
index 7fe0a7e9752495a77efec25edca751b5d454f829..41c2b1f0681c729edb666e9a5922ede279fb6ce4 100644 (file)
@@ -139,6 +139,7 @@ indexed::indexed(exvector * ivp) : inherited(ivp)
 indexed::indexed(const archive_node &n, const lst &sym_lst) : inherited(n, sym_lst)
 {
     debugmsg("indexed constructor from archive_node", LOGLEVEL_CONSTRUCT);
+    tinfo_key = TINFO_indexed;
 }
 
 /** Unarchive the object. */