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 2388


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r2387 r2388  
    3737          (r-exponents self)
    3838          (r-coeff self)))
    39 
    40 #|
    41 ;; Use to debug calls to  shared-initialize
    42 (defmethod shared-initialize ((self term) slot-names
    43                               &rest
    44                                 initargs
    45                               &key
    46                                 &allow-other-keys)
    47   (format t "TERM::SHARED-INITIALIZE called with:~&SLOT-NAMES: ~W~&INITARGS: ~W.~%" slot-names initargs)
    48   (call-next-method)
    49   )
    50 |#
    5139
    5240(defmethod shared-initialize ((self term) slot-names
Note: See TracChangeset for help on using the changeset viewer.