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 1857


Ignore:
Timestamp:
2015-06-15T14:12:17-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/5am-tests.lisp

    r1856 r1857  
    217217                (((2 0 0 0) . 1) ((0 2 0 0) . -1) ((0 0 2 3) . -4/3) ((0 0 0 0) . -5))
    218218                (((0 1 0 0) . 1)))))
    219   (let ((p (make-poly-from-termlist (list (make-term (make-monom :initial-exponents '(2 0)) 1)
    220                                           (make-term (make-monom :initial-exponents '(0 2)) 2)))))
     219  (let ((p (make-poly-from-termlist (list (make-term :monom (make-monom :initial-exponents '(2 0)) :coeff 1)
     220                                          (make-term :monom (make-monom :initial-exponents '(0 2)) :coeff 2)))))
    221221    (is (equalp (with-input-from-string (s "x^2+2*y^2")
    222222                  (read-poly '(x y) :stream s))
Note: See TracChangeset for help on using the changeset viewer.