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.

Ignore:
Timestamp:
2015-06-15T14:04:54-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/termlist.lisp

    r1829 r1830  
    5959  "Extend every monomial in a polynomial P by inserting at the
    6060beginning of every monomial the list of powers M."
    61   (mapcar #'(lambda (term) (make-term (monom-append m (term-monom term))
    62                                       (term-coeff term)))
     61  (mapcar #'(lambda (term) (make-term :monom (monom-append m (term-monom term))
     62                                      :coeff (term-coeff term)))
    6363          p))
    6464
Note: See TracChangeset for help on using the changeset viewer.