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 3249


Ignore:
Timestamp:
2015-06-22T20:36:19-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3248 r3249  
    316316                        (t (list prod)))))
    317317                (poly-termlist self)))
     318  (incf (poly-dimension self) (monom-dimension other))
    318319  self)
    319320
     
    326327                        (t (list prod)))))
    327328                (poly-termlist self)))
     329  (incf (poly-dimension self) (monom-dimension other))
    328330  self)
    329331
Note: See TracChangeset for help on using the changeset viewer.