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 3066


Ignore:
Timestamp:
2015-06-21T18:09:08-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3065 r3066  
    308308  (flet ((subtract-1 (p)
    309309           (insert-item (make-instance 'term :coeff -1 :dimension dim))))
    310     (mapc #'subtract-1 plist))
     310    (setf plist (mapc #'subtract-1 plist)))
    311311  (nconc F plist))
    312312
Note: See TracChangeset for help on using the changeset viewer.