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:06:34-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/termlist.lisp

    r1837 r1838  
    189189               (setf r (cons (car p) r)
    190190                     p (cdr p)))
    191               (t (setf r (cons (make-term (termlist-lm q)
    192                                           (funcall (ring-uminus ring) (termlist-lc q))) r)
     191              (t (setf r (cons (make-term :monom (termlist-lm q)
     192                                          :coeff (funcall (ring-uminus ring) (termlist-lc q))) r)
    193193                       q (cdr q)))))
    194194          nil))
Note: See TracChangeset for help on using the changeset viewer.