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:
2016-06-04T21:14:32-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r4253 r4282  
    534534  (typecase coeff
    535535    (integer
    536      (setf (getf initargs :coeff) (make-instance 'integer-ring :value coeff))))
     536     (setf (getf initargs :coeff) (make-instance 'integer-ring :value coeff)))
     537    (rational
     538     (setf (getf initargs :coeff) (make-instance 'rational-field :value coeff))))
    537539  ;; Now pass new initargs to the next method
    538540  (apply #'call-next-method (list* self slot-names initargs)))
Note: See TracChangeset for help on using the changeset viewer.