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 4318


Ignore:
Timestamp:
2016-06-05T12:23:36-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/rational-field.lisp

    r4316 r4318  
    114114
    115115(defmethod make-zero-for ((object rational-field))
    116   ;; NOTE: Always the same object is returned
    117   *rational-field-zero*)
     116  (copy-instance *rational-field-zero*))
    118117
    119118(defmethod make-unit-for ((object rational-field))
    120119  ;; NOTE: Always the same object is returned
    121   (make-instance 'rational-field :value 1))
     120  (copy-instance *rational-field-unit*))
Note: See TracChangeset for help on using the changeset viewer.