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 1954


Ignore:
Timestamp:
2015-06-15T19:14:50-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/buchberger.lisp

    r1922 r1954  
    116116        (b-done (make-hash-table :test #'equal)))
    117117    (declare (type priority-queue b)
    118              (type hash-table b-done))
     118             (type hash-table b-done)
     119             (dynamic-extent b b-done))
    119120    (dotimes (i (1- start))
    120121      (do ((j (1+ i) (1+ j))) ((>= j start))
Note: See TracChangeset for help on using the changeset viewer.