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 4507 for branches


Ignore:
Timestamp:
2016-06-17T11:18:51-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4506 r4507  
    1414
    1515(defclass sugar ()
    16   (:documentation "Sugar is a quantity added to various objects, such
    17   as monomials, terms and polynomials.")
    18   ((value :initarg :value :initform -1 :accessor sugar-value :type fixnum)))
     16  ((value :initarg :value :initform -1 :accessor sugar-value :type fixnum))
     17  (:documentation "Sugar is a quantity added to various objects, such as monomials, terms and polynomials."))
    1918
    2019(defclass monom-with-sugar (monom sugar) ())
Note: See TracChangeset for help on using the changeset viewer.