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 2389


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2384 r2389  
    6262          (r-dimension self)
    6363          (r-exponents self)))
    64 
    65 #|
    66 ;; Debug calls to initialize-instance
    67 (defmethod shared-initialize ((self monom) slot-names
    68                               &rest
    69                                 initargs
    70                               &key
    71                                 &allow-other-keys)
    72   (format t "MONOM::SHARED-INITIALIZE called with:~&SLOT-NAMES: ~W~&INITARGS: ~W.~%" slot-names initargs)
    73   (call-next-method))
    74 |#
    7564
    7665(defmethod shared-initialize ((self monom) slot-names
Note: See TracChangeset for help on using the changeset viewer.