]> www.ginac.de Git - ginac.git/blobdiff - ginac/pseries.cpp
- Cleanups: My evil plot of making ex::bp private may finally be carried
[ginac.git] / ginac / pseries.cpp
index 441ee40842b4e514ee623c37f0e472986ccf2277..b348fd313046c8aad838655672514116fd0446b7 100644 (file)
@@ -208,7 +208,7 @@ void pseries::print(const print_context & c, unsigned level) const
 
 int pseries::compare_same_type(const basic & other) const
 {
-       GINAC_ASSERT(is_of_type(other, pseries));
+       GINAC_ASSERT(is_a<pseries>(other));
        const pseries &o = static_cast<const pseries &>(other);
        
        // first compare the lengths of the series...