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 990


Ignore:
Timestamp:
2015-06-09T20:52:15-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r989 r990  
    146146  (declare (type ring-and-order ring-and-order) (type poly p q))
    147147  (make-poly-from-termlist
    148    (termlist-sub ring (poly-termlist p) (poly-termlist q))
     148   (termlist-sub ring-and-order (poly-termlist p) (poly-termlist q))
    149149   (max (poly-sugar p) (poly-sugar q))))
    150150
Note: See TracChangeset for help on using the changeset viewer.