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 4139


Ignore:
Timestamp:
2016-06-01T21:11:21-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4138 r4139  
    103103  (:documentation "Implements critical pair priority queue."))
    104104
    105 (defmethod allocate-instance ((self critical-pair-queue) &key strategy poly-list start)
     105(defmethod initialize-instance :after ((self critical-pair-queue) &key strategy poly-list start)
    106106  "Allocates a priority queue SELF for critical pairs from strategy SELF."
    107107  (declare (ignore poly-list start))
Note: See TracChangeset for help on using the changeset viewer.