]> www.ginac.de Git - ginac.git/blobdiff - ginac/expairseq.cpp
- moved is_of_type and friend macros into utils.h so they can be phased
[ginac.git] / ginac / expairseq.cpp
index 87b19e14231f3c6de7965ad23da1366e817273b1..5f3dd2904b2bbb10d1dc596ec3beadedfbb0af51 100644 (file)
@@ -177,7 +177,7 @@ void expairseq::archive(archive_node &n) const
 DEFAULT_UNARCHIVE(expairseq)
 
 //////////
-// functions overriding virtual functions from bases classes
+// functions overriding virtual functions from base classes
 //////////
 
 // public
@@ -317,6 +317,7 @@ ex expairseq::map(map_function & f) const
                return thisexpairseq(v, f(overall_coeff));
 }
 
+/** Perform coefficient-wise automatic term rewriting rules in this class. */
 ex expairseq::eval(int level) const
 {
        if ((level==1) && (flags &status_flags::evaluated))