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 2708


Ignore:
Timestamp:
2015-06-20T16:46:32-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/order.lisp

    r2707 r2708  
    8181in constructing other orders.")
    8282  (:method ((p monom) (q monom) &optional (start 0) (end (r-dimension  p)))
    83 
    8483    (declare (type fixnum start end))
    8584    (do ((i (1- end) (1- i)))
Note: See TracChangeset for help on using the changeset viewer.