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 2467


Ignore:
Timestamp:
2015-06-19T10:46:28-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2466 r2467  
    6363
    6464(defgeneric append-item (object item)
    65   (:method ((self poly) (item (term)))
     65  (:method ((self poly) (item term))
    6666    (setf (cdr (last ((poly-termlist self)))) (list item))
    6767    self))
Note: See TracChangeset for help on using the changeset viewer.