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 3048


Ignore:
Timestamp:
2015-06-21T16:59:53-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3047 r3048  
    259259                        ((r-zerop prod) nil)
    260260                        (t (list prod)))))
    261                 (poly-termlist)))
     261                (poly-termlist self)))
    262262  self)
    263263
     
    269269                        ((r-zerop prod) nil)
    270270                        (t (list prod)))))
    271                 (poly-termlist)))
     271                (poly-termlist self)))
    272272  self)
    273273
Note: See TracChangeset for help on using the changeset viewer.