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:
2016-05-28T20:23:19-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3874 r3875  
    538538and powers of some variables, such as 5*X^2*Y^3."))
    539539
    540 #|
    541 (defmethod update-instance-for-different-class ((old monom) (new term) &key (coeff 1))
     540(defmethod update-instance-for-different-class :after ((old monom) (new term) &key (coeff 1))
    542541  "Converts OLD of class MONOM to a NEW of class TERM, initializing coefficient to COEFF."
    543542  (reinitialize-instance new :coeff coeff))
    544 |#
     543
    545544
    546545(defmethod print-object ((self term) stream)
Note: See TracChangeset for help on using the changeset viewer.