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 1691


Ignore:
Timestamp:
2015-06-14T21:31:07-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/mx-grobner.lisp

    r1690 r1691  
    233233                                      secondary-elimination-order))
    234234                   (cdr expr)))
    235     (t (merror "Expression ~M is not a list of polynomials in variables ~M."
    236                expr vars))))
     235    (otherwise (merror "Expression ~M is not a list of polynomials in variables ~M."
     236                       expr vars))))
    237237
    238238#|
Note: See TracChangeset for help on using the changeset viewer.