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 4284


Ignore:
Timestamp:
2016-06-04T21:16:31-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r4283 r4284  
    572572
    573573(defmethod unary-inverse :after ((self term))
    574            (with-slots (coeff)
    575                self
    576              (setf coeff (unary-inverse coeff))))
     574  (with-slots (coeff)
     575      self
     576    (setf coeff (unary-inverse coeff))))
    577577
    578578(defun make-term-constant (dimension &optional (coeff 1))
Note: See TracChangeset for help on using the changeset viewer.