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.

Ignore:
Timestamp:
2016-05-31T18:54:43-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/symbolic-polynomial.lisp

    r4019 r4066  
    161161    ;; Ensure that the number of variables matches the dimension
    162162    (assert (= (length vars) (poly-dimension self)))
    163     (infix-print (->sexp self vars)))
     163    (infix-print-to-string (->sexp self vars)))
    164164  (:method ((self symbolic-poly) &optional (vars (symbolic-poly-vars self)))
    165     (infix-print (->sexp self vars))))
     165    (infix-print-to-string (->sexp self vars))))
Note: See TracChangeset for help on using the changeset viewer.