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 4368


Ignore:
Timestamp:
2016-06-06T18:22:01-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r4367 r4368  
    521521  (typecase coeff
    522522    (integer
    523      (setf (getf initargs :coeff) (make-instance 'integer-ring :value coeff))))
     523     (setf (getf initargs :coeff) (make-instance 'integer-ring :value coeff)))
    524524    (rational
    525525     (setf (getf initargs :coeff) (make-instance 'rational-field :value coeff))))
Note: See TracChangeset for help on using the changeset viewer.