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 2190


Ignore:
Timestamp:
2015-06-18T08:18:43-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r2189 r2190  
    4141  ((coeff :init-arg :coeff :accessor term-coeff)))
    4242
    43 (defun make-term (&key monom coeff)
    44   (make-instance 'term :monom monom :coeff coeff))
     43(defun make-term (&key exponents coeff)
     44  (make-instance 'term :exponents exponents :coeff coeff))
    4545
    4646(defun make-term-variable (nvars pos
Note: See TracChangeset for help on using the changeset viewer.