]> www.ginac.de Git - ginac.git/commitdiff
Added missing namespace qualifier
authorJens Vollinga <vollinga@thep.physik.uni-mainz.de>
Tue, 17 Feb 2004 17:28:05 +0000 (17:28 +0000)
committerJens Vollinga <vollinga@thep.physik.uni-mainz.de>
Tue, 17 Feb 2004 17:28:05 +0000 (17:28 +0000)
ginac/pseries.cpp

index 8330d4dbae3758ca6b35e50618a848ed3522a63a..d622ecc20f6c442c2576bc6836073be7bac27f41 100644 (file)
@@ -539,7 +539,7 @@ ex basic::series(const relational & r, int order, unsigned options) const
        try {
                ldeg = std::abs(deriv.ldegree(s));
        }
-       catch (runtime_error) {
+       catch (std::runtime_error) {
                ldeg = 0;
        }
        if (ldeg != 0) {