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 784


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/termlist.lisp

    r783 r784  
    181181             (setf r (cons (car p) r)
    182182                   p (cdr p)))
    183             (t (setf r (cons (make-term (termlist-lm q) (funcall (ring-uminus ring) (termlist-lc q))) r)
     183            (t (setf r (cons (make-term :monom (termlist-lm q)
     184                                        :coeff (funcall (ring-uminus ring) (termlist-lc q))) r)
    184185                     q (cdr q)))))
    185186         nil))
Note: See TracChangeset for help on using the changeset viewer.