]> www.ginac.de Git - ginac.git/blobdiff - ginac/expairseq.cpp
- Move several comments into doxygen comment blocks.
[ginac.git] / ginac / expairseq.cpp
index d796e4b2e8054440a7566634694849fb19a5dc6e..5f3dd2904b2bbb10d1dc596ec3beadedfbb0af51 100644 (file)
@@ -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))