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 787


Ignore:
Timestamp:
2015-06-08T22:33:24-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/termlist.lisp

    r786 r787  
    129129  (declare (ring ring))
    130130  (mapcar #'(lambda (x)
    131               (make-term (term-monom x) (funcall (ring-uminus ring) (term-coeff x))))
     131              (make-term :monom (term-monom x)
     132                         :coeff (funcall (ring-uminus ring) (term-coeff x))))
    132133          f))
    133134
Note: See TracChangeset for help on using the changeset viewer.