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 2953


Ignore:
Timestamp:
2015-06-21T14:10:54-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r2946 r2953  
    117117(defmethod r* ((term1 term) (term2 term))
    118118  "Non-destructively multiply TERM1 by TERM2."
    119   (multiply-by (copy-instance TERM1) (copy-instance TERM2)))
     119  (multiply-by (copy-term term1) (copy-term term2)))
    120120
    121121(defmethod r-zerop ((self term))
Note: See TracChangeset for help on using the changeset viewer.