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 4344


Ignore:
Timestamp:
2016-06-06T13:23:25-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r4340 r4344  
    533533  ;; Dispatch on the type of supplied :COEFF arg
    534534  (typecase coeff
     535    (integer
     536     (setf (getf initargs :coeff) (make-instance 'integer-ring :value coeff)))
    535537    (rational
    536538     (setf (getf initargs :coeff) (make-instance 'rational-field :value coeff))))
Note: See TracChangeset for help on using the changeset viewer.