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 1648


Ignore:
Timestamp:
2015-06-14T20:26:10-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1647 r1648  
    131131   ((symbolp ring)
    132132    (case ring
    133       ((maxima-ring  :maxima-ring $expression_ring) *maxima-ring*)
    134       ((ring-of-integers :ring-of-integers $ring_of_integers) *ring-of-integers*)
     133      ((maxima-ring  :maxima-ring #:maxima-ring $expression_ring #:expression_ring) *maxima-ring*)
     134      ((ring-of-integers :ring-of-integers #:ring-of-integers $ring_of_integers) *ring-of-integers*)
    135135      (otherwise
    136136       (mtell "~%Warning: Ring ~M not found. Using default.~%" ring))))
Note: See TracChangeset for help on using the changeset viewer.