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 4158


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

* empty log message *

File:
1 edited

Legend:

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

    r4152 r4158  
    104104  (:documentation "Specializes class PRIORITY-QUEUE to element-type CRITICAL-PAIR."))
    105105
    106 (defmethod initialize-instance :after ((self critical-pair-queue) &key)
     106(defmethod initialize-instance :BEFORE ((self critical-pair-queue) &key)
    107107  "Initializes the slot ELEMENT-TYPE to symbol CRITICAL-PAIR-QUEUE.
    108108This overrides the default ELEMENT-TYPE in the superclass."
Note: See TracChangeset for help on using the changeset viewer.