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 1702


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

* empty log message *

File:
1 edited

Legend:

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

    r1701 r1702  
    243243                                     (secondary-elimination-order (find-order-by-name $poly_secondary_elimination_order)))
    244244  "Parse a Maxima representation of a list of lists of polynomials."
    245   (mapcar #'(lambda (g) (maxima->poly-list g vars ring-order primary-elimination-order secondary-elimination-order))
     245  (mapcar #'(lambda (g) (maxima->poly-list g vars ring order primary-elimination-order secondary-elimination-order))
    246246          (coerce-maxima-list poly-list-of-lists)))
    247247
Note: See TracChangeset for help on using the changeset viewer.