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 1964


Ignore:
Timestamp:
2015-06-15T19:26:57-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/termlist.lisp

    r1961 r1964  
    6464  (mapc #'(lambda (term)
    6565            (declare (type term term))
    66             (setf (term-monom term) (monom-ncontract (term-monom term) k)))
    67           p))
     66            (setf (term-monom term) (monom-contract (term-monom term) k)))
     67        p))
    6868
    6969(defun termlist-extend (p &optional (m (make-monom :dimension 1)))
Note: See TracChangeset for help on using the changeset viewer.