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 2473


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2472 r2473  
    6868(defgeneric append-item (object item)
    6969  (:method ((self poly) (item term))
    70     (setf (cdr (last ((poly-termlist self)))) (list item))
     70    (setf (cdr (last (poly-termlist self))) (list item))
    7171    self))
    7272
Note: See TracChangeset for help on using the changeset viewer.