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 4152


Ignore:
Timestamp:
2016-06-02T23:43:03-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/pair-queue.lisp

    r4151 r4152  
    104104  (:documentation "Specializes class PRIORITY-QUEUE to element-type CRITICAL-PAIR."))
    105105
    106 (defmethod initialize-instance :before ((self critical-pair-queue) &key)
     106(defmethod initialize-instance :after ((self critical-pair-queue) &key)
     107  "Initializes the slot ELEMENT-TYPE to symbol CRITICAL-PAIR-QUEUE.
     108This overrides the default ELEMENT-TYPE in the superclass."
    107109  (with-slots ((element-type-x priority-queue::element-type))
    108110      self
Note: See TracChangeset for help on using the changeset viewer.