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 4156


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

* empty log message *

File:
1 edited

Legend:

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

    r4155 r4156  
    5858      (call-next-method)
    5959    (setf heap (make-heap :element-type element-type)
    60           test-x #'(lambda (x y) (funcall test (funcall element-key y) (funcall element-key x)))))
     60          test-x #'(lambda (x y)
     61                     (funcall test
     62                              (funcall element-key y)
     63                              (funcall element-key x)))))
    6164  self)
    6265 
Note: See TracChangeset for help on using the changeset viewer.