]> www.ginac.de Git - ginac.git/blobdiff - ginac/container.pl
- revamped indexed objects
[ginac.git] / ginac / container.pl
index 80fb9fac3729982171c80f5b51d2c379265ada28..571330f982ebde9f0f34a5b80132ea4ff05f94d2 100755 (executable)
@@ -410,7 +410,7 @@ void ${CONTAINER}::printraw(std::ostream & os) const
 {
        debugmsg("${CONTAINER} printraw",LOGLEVEL_PRINT);
 
-       os << "${CONTAINER}(";
+       os << class_name() << "(";
        for (${STLT}::const_iterator cit=seq.begin(); cit!=seq.end(); ++cit) {
                (*cit).bp->printraw(os);
                os << ",";