]> www.ginac.de Git - ginac.git/blobdiff - ginac/container.pl
- Instead of just totally symmetric or antisymmetric, complex symmetries
[ginac.git] / ginac / container.pl
index 275461557c4f7d2aaa460ae47ef0ce69de38e13e..5b8b59e2d7037fb4a5fd015a206f4db33a67c80d 100755 (executable)
@@ -210,7 +210,7 @@ public:
        bool info(unsigned inf) const;
        unsigned nops() const;
        ex & let_op(int i);
-       ex map(map_func f) const;
+       ex map(map_function & f) const;
        ex expand(unsigned options=0) const;
        ex eval(int level=0) const;
        ex evalf(int level=0) const;
@@ -432,7 +432,7 @@ unsigned ${CONTAINER}::nops() const
 
 ${LET_OP_IMPLEMENTATION}
 
-ex ${CONTAINER}::map(map_func f) const
+ex ${CONTAINER}::map(map_function & f) const
 {
        ${STLT} s;
        RESERVE(s,seq.size());