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 4160


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

* empty log message *

File:
1 edited

Legend:

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

    r4159 r4160  
    102102(defclass critical-pair-queue (priority-queue)
    103103  ()
    104   (:documentation "Specializes class PRIORITY-QUEUE to element-type CRITICAL-PAIR."))
     104  (:documentation "Specializes class PRIORITY-QUEUE to ELEMENT-TYPE set to CRITICAL-PAIR."))
    105105
    106106(defmethod initialize-instance :before ((self critical-pair-queue) &key)
Note: See TracChangeset for help on using the changeset viewer.