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 2294


Ignore:
Timestamp:
2015-06-18T16:37:40-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2293 r2294  
    100100                            (make-array (list new-dimension) :element-type 'exponent :initial-element 0)))))
    101101    (setf (slot-value self 'dimension) new-dimension
    102           (slot-value self 'exponents) new-exponents)
    103     ;;(call-next-method)
    104     ))
     102          (slot-value self 'exponents) new-exponents)))
    105103
    106104
Note: See TracChangeset for help on using the changeset viewer.