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-23T06:47:41-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3278 r3279  
    5050  (when (r-equalp (symbolic-poly-vars self) (symbolic-poly-vars other))
    5151    (call-next-method)))
     52
     53(defmethod update-instance-for-different-class :after ((old monom) (new  scalar) &key)
     54  (assert (= (length (symbolic-poly-vars new) (poly-dimension new)))))
     55
    5256
    5357#|
Note: See TracChangeset for help on using the changeset viewer.