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 1546


Ignore:
Timestamp:
2015-06-12T15:37:01-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/gb-postprocessing.lisp

    r1545 r1546  
    5050    ;;    non-zero, else set Q to Q\{p}
    5151    (setf found nil
    52           (q1 (remove x q)))
     52          q1 (remove x q))
    5353    (dolist (x q)
    5454      (multiple-value-bind (h c div-count)
Note: See TracChangeset for help on using the changeset viewer.