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 3192


Ignore:
Timestamp:
2015-06-22T18:34:26-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r3191 r3192  
    8080
    8181(defmethod update-instance-for-different-class ((old monom) (new  scalar)
     82                                                &rest
     83                                                  initargs
    8284                                                &key
    8385                                                  (coeff 1)
     
    8688  (format t "Old: ~A~%" old)
    8789  (format t "Initargs: ~A~%" initargs)
    88   (call-next-method)))
     90  (call-next-method))
    8991
    9092#|
Note: See TracChangeset for help on using the changeset viewer.