close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 2797


Ignore:
Timestamp:
2015-06-20T21:34:45-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2796 r2797  
    231231           (tail (add-termlists
    232232                  (multiply-term-by-termlist-dropping-zeros (car p) (cdr q))
    233                   (multiply-termlists (cdr p) q)
     233                  (multiply-termlist-by-term-dropping-zeros (cdr p) q)
    234234                  order-fn)))
    235235       (nconc head tail)))))))
Note: See TracChangeset for help on using the changeset viewer.