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:45:10-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3875 r3876  
    542542  (reinitialize-instance new :coeff coeff))
    543543
     544(defmethod update-instance-for-different-class :after ((old term) (new term) &key (coeff (term-coeff old)))
     545  "Converts OLD of class TERM to a NEW of class TERM, initializing coefficient to COEFF."
     546  (reinitialize-instance new :coeff coeff))
     547
    544548
    545549(defmethod print-object ((self term) stream)
Note: See TracChangeset for help on using the changeset viewer.