- Timestamp:
 - 2016-06-02T23:43:03-07:00 (9 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/pair-queue.lisp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/pair-queue.lisp
r4151 r4152 104 104 (:documentation "Specializes class PRIORITY-QUEUE to element-type CRITICAL-PAIR.")) 105 105 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. 108 This overrides the default ELEMENT-TYPE in the superclass." 107 109 (with-slots ((element-type-x priority-queue::element-type)) 108 110 self  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  