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 3946


Ignore:
Timestamp:
2016-05-30T00:38:06-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3945 r3946  
    8888  ((pq :initform nil :initarg :pq :accessor pq :type priority-queue)))
    8989
    90 (defmethod initialize-instance :after ((self critical-pair-queue) &key (f nil) (start 0))
     90(defmethod initialize-instance :after ((self critical-pair-queue) &key (f nil) (start 1))
    9191  (with-accessors ((pair-key-fn pair-key-fn)
    9292                   (pair-order-fn pair-order-fn)
Note: See TracChangeset for help on using the changeset viewer.