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 121


Ignore:
Timestamp:
2015-06-05T12:24:03-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/grobner.lisp

    r120 r121  
    262262      ((ring-of-integers :ring-of-integers $ring_of_integers) *ring-of-integers*)
    263263      (otherwise
    264        (mtell "~%Warning: Ring ~M not found. Using default.~%" ring))))
     264       (warn "~%Warning: Ring ~A not found. Using default.~%" ring))))
    265265   (t
    266     (mtell "~%Ring specification ~M is not recognized. Using default.~%" ring)
     266    (warn "~%Ring specification ~A is not recognized. Using default.~%" ring)
    267267    nil)))
    268268
Note: See TracChangeset for help on using the changeset viewer.