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 3163


Ignore:
Timestamp:
2015-06-22T13:09:56-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r3162 r3163  
    4848  (with-slots (dimension exponents coeff)
    4949      self
     50    #+nil
    5051    (format stream "#<TERM DIMENSION=~A EXPONENTS=~A COEFF=~A>"
    5152            dimension
     
    5354            ;;coeff
    5455            #\?))
     56  (format stream "#<TERM>")
    5557  self)
    5658   
     
    7779|#
    7880
    79 (defmethod update-instance-for-different-class :after ((old monom) (new term)
     81(defmethod update-instance-for-different-class ((old monom) (new term)
    8082                                                &rest initargs &key &allow-other-keys)
    8183  ;; Changing an instance of class MONOM to class TERM may also
Note: See TracChangeset for help on using the changeset viewer.