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 849


Ignore:
Timestamp:
2015-06-09T08:48:43-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monomial.lisp

    r848 r849  
    8080                                       &aux
    8181                                       (dim (cond (dimension-suppied-p dimension)
    82                                                   (initial-exponents-supplied-p (length exponents))
     82                                                  (initial-exponents-supplied-p (length initial-exponents))
    8383                                                  (t (error "You must provide DIMENSION nor INITIAL-EXPONENTS"))))
    8484                                       (exponents (cond
Note: See TracChangeset for help on using the changeset viewer.