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 2514


Ignore:
Timestamp:
2015-06-19T13:05:24-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2513 r2514  
    6262(defmethod insert-item ((self poly) (item term))
    6363  (push item (poly-termlist self))
    64   self))
     64  self)
    6565
    6666(defmethod append-item ((self poly) (item term))
Note: See TracChangeset for help on using the changeset viewer.