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 4313


Ignore:
Timestamp:
2016-06-04T23:02:38-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4309 r4313  
    111111
    112112(defmethod make-zero-for ((object rational-field))
    113   (make-instance 'rational-field :value 0))
     113  ;; NOTE: Always the same object is returned
     114  #.(make-instance 'rational-field :value 0))
    114115
    115116(defmethod make-unit-for ((object rational-field))
    116   (make-instance 'rational-field :value 1))
     117  ;; NOTE: Always the same object is returned
     118  #.(make-instance 'rational-field :value 1))
Note: See TracChangeset for help on using the changeset viewer.