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 1832


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/termlist.lisp

    r1831 r1832  
    9595       (let ((c1 (funcall (ring-mul ring) c (term-coeff term))))
    9696         (unless (funcall (ring-zerop ring) c1)
    97            (list (make-term (term-monom term) c1)))))
     97           (list (make-term :monom (term-monom term) :coeff c1)))))
    9898   p))
    9999
Note: See TracChangeset for help on using the changeset viewer.