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 1847


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1846 r1847  
    387387               (mapcar
    388388                #'(lambda (x)
    389                     (make-term (term-monom x)
    390                                (funcall (ring-div ring) (term-coeff x) c)))
     389                    (make-term :monom (term-monom x)
     390                               :coeff (funcall (ring-div ring) (term-coeff x) c)))
    391391                (poly-termlist p))
    392392               (poly-sugar p))
Note: See TracChangeset for help on using the changeset viewer.