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 2373


Ignore:
Timestamp:
2015-06-18T21:26:06-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2366 r2373  
    6363          (r-exponents self)))
    6464
    65 #|
    6665;; Debug calls to initialize-instance
    67 (defmethod initialize-instance :around ((self monom)
    68                                         &rest
    69                                           args
    70                                         &key
    71                                           &allow-other-keys)
     66(defmethod shared-initialize ((self monom)
     67                              &rest
     68                                args
     69                              &key
     70                                &allow-other-keys)
    7271  (format t "MONOM::INITIALIZE-INSTANCE called with:~&ARGS: ~W.~%" args)
    73   (call-next-method)
    74   )
    75 |#
     72  (call-next-method))
     73
    7674
    7775(defmethod shared-initialize :after ((self monom) slot-names
Note: See TracChangeset for help on using the changeset viewer.