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.

Ignore:
Timestamp:
2015-06-09T18:34:13-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/order.lisp

    r918 r919  
    138138  #'(lambda (k)
    139139      (cond
    140         ((<= k 0) (error "K must be at least 1"))
     140        ((<= k 0)
     141         (error "K must be at least 1"))
    141142        ((= k 1)
    142143         (make-elimination-order-1 secondary-elimination-order))
Note: See TracChangeset for help on using the changeset viewer.