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 2339


Ignore:
Timestamp:
2015-06-18T20:13:44-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r2335 r2339  
    4848          (slot-value self 'coeff)))
    4949
    50 #|
    51 (defmethod initialize-instance ((self term)
    52                                         &rest
    53                                           args
    54                                         &key
    55                                           &allow-other-keys)
     50(defmethod shared-initialize ((self term) slot-names
     51                              &rest
     52                                initargs
     53                              &key
     54                                &allow-other-keys)
    5655  (format t "TERM::INITIALIZE-INSTANCE called with:~&ARGS: ~W.~%" args)
    5756  (call-next-method))
    58 |#
    5957
    6058#|
Note: See TracChangeset for help on using the changeset viewer.