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:54:58-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring-and-order.lisp

    r927 r928  
    3737                                                (primary-elimination-order   nil primary-elimination-order-supplied-p)
    3838                                                (secondary_elimination_order nil secondary_elimination_order-supplied-p)
    39                                                 (elimination-order-maker
     39                                                (elimination-order-factory
    4040                                                 (cond
    4141                                                   ((and primary-elimination-order-supplied-p
     
    4545  (ring  *ring-of-integers* :type ring)
    4646  (order #'lex> :type function)
    47   (elimination-order-maker nil :type function))
     47  (elimination-order-factory nil :type function))
    4848
    4949
Note: See TracChangeset for help on using the changeset viewer.