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-23T11:31:20-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/symbolic-polynomial.lisp

    r3338 r3339  
    5757
    5858
    59 (defun update-instance-for-different-class ((old term) (new symbolic-poly-vars) &key)
     59(defun update-instance-for-different-class :after ((old term) (new symbolic-poly-vars) &key)
    6060  "Coerce an element of the coefficient ring to a constant polynomial."
    6161  (reinitialize-instance new
    62                          :termlist (list old)
    63                          0))
     62                         :dimension (monom-dimension term)
     63                         :termlist (list old)))
     64
    6465
    6566#|
Note: See TracChangeset for help on using the changeset viewer.