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 974


Ignore:
Timestamp:
2015-06-09T20:36:18-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r973 r974  
    182182        plist (mapcar #'(lambda (x)
    183183                          (setf (poly-termlist x) (nconc (poly-termlist x)
    184                                                          (list (make-term (make-monom d)
     184                                                         (list (make-term (make-monom :dimension d)
    185185                                                                          (funcall (ring-uminus ring) (funcall (ring-unit ring)))))))
    186186                          x)
     
    194194  (setf f (poly-list-add-variables f k)
    195195        plist (apply #'poly-append (poly-standard-extension plist))
    196         (cdr (last (poly-termlist plist))) (list (make-term (make-monom d)
     196        (cdr (last (poly-termlist plist))) (list (make-term (make-monom :dimension d)
    197197                                                            (funcall (ring-uminus ring) (funcall (ring-unit ring))))))
    198198  (append f (list plist)))
Note: See TracChangeset for help on using the changeset viewer.