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 2007


Ignore:
Timestamp:
2015-06-16T17:31:50-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/pol.lisp

    r2006 r2007  
    100100
    101101(defclass poly ()
    102   ((expr :initarg :expr :accessor expr))
    103   ((vars :initarg :vars :accessor vars))
     102  ((expr :initarg :expr))
     103  ((vars :initarg :vars))
    104104  (:default-initargs :expr 0 :vars nil))
    105105
Note: See TracChangeset for help on using the changeset viewer.