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 3741


Ignore:
Timestamp:
2016-05-27T16:05:51-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3737 r3741  
    487487  (scalar-multiply-by (copy-instance object2) object1))
    488488
    489 (defun make-poly-variable (vars pos)
    490   (change-class (make-monom-variable (length vars) pos) 'poly))
     489(defun make-poly-variable (nvars pos)
     490  (change-class (make-monom-variable nvars pos) 'poly))
    491491
    492492
Note: See TracChangeset for help on using the changeset viewer.