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 1835


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/termlist.lisp

    r1834 r1835  
    130130  (declare (ring ring))
    131131  (mapcar #'(lambda (x)
    132               (make-term (term-monom x) (funcall (ring-uminus ring) (term-coeff x))))
     132              (make-term :monom (term-monom x)
     133                         :coeff (funcall (ring-uminus ring) (term-coeff x))))
    133134          f))
    134135
Note: See TracChangeset for help on using the changeset viewer.