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 2922


Ignore:
Timestamp:
2015-06-21T12:48:47-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2921 r2922  
    228228            (add-termlists
    229229             (multiply-term-by-termlist-dropping-zeros (car p) (cdr q))
    230              (multiply-termlists (cdr p) q)
     230             (multiply-termlists (cdr p) q order-fn)
    231231             order-fn)))))
    232232#|
Note: See TracChangeset for help on using the changeset viewer.