From f1637dceefe0fbf79308958f8bc28dedd38aab85 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Tue, 5 Jun 2001 20:59:12 +0000 Subject: [PATCH] - document: collect's argument must be expanded. --- ginac/basic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ginac/basic.cpp b/ginac/basic.cpp index 16d0dfdd..eb8e8ca9 100644 --- a/ginac/basic.cpp +++ b/ginac/basic.cpp @@ -265,7 +265,7 @@ ex basic::coeff(const ex & s, int n) const return n==0 ? *this : _ex0(); } -/** Sort expression in terms of powers of some object(s). +/** Sort expanded expression in terms of powers of some object(s). * @param s object(s) to sort in * @param distributed recursive or distributed form (only used when s is a list) */ ex basic::collect(const ex & s, bool distributed) const -- 2.49.0