Changeset 121 for branches/f4grobner/grobner.lisp
- Timestamp:
- 2015-06-05T12:24:03-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/grobner.lisp
r120 r121 262 262 ((ring-of-integers :ring-of-integers $ring_of_integers) *ring-of-integers*) 263 263 (otherwise 264 ( mtell "~%Warning: Ring ~Mnot found. Using default.~%" ring))))264 (warn "~%Warning: Ring ~A not found. Using default.~%" ring)))) 265 265 (t 266 ( mtell "~%Ring specification ~Mis not recognized. Using default.~%" ring)266 (warn "~%Ring specification ~A is not recognized. Using default.~%" ring) 267 267 nil))) 268 268
Note:
See TracChangeset
for help on using the changeset viewer.