]> www.ginac.de Git - ginac.git/blobdiff - ginac/power.cpp
Remove 'discardable' option from ctors of container and derived classes.
[ginac.git] / ginac / power.cpp
index 491f2d332a86a181184d9abad1b2a97bea796de8..b12ff8a44299351bf082e8be20782059fcecc014 100644 (file)
@@ -571,7 +571,7 @@ ex power::eval(int level) const
                if (num_exponent->is_pos_integer() &&
                    ebasis.return_type() != return_types::commutative &&
                    !is_a<matrix>(ebasis)) {
-                       return ncmul(exvector(num_exponent->to_int(), ebasis), true);
+                       return ncmul(exvector(num_exponent->to_int(), ebasis));
                }
        }