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 3324


Ignore:
Timestamp:
2015-06-23T10:17:45-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3323 r3324  
    230230    (with-slots ((exponents2 exponents))
    231231        m2
    232       (let* ((exponents (copy-seq exponents1))
    233              (dimension dimension1))
     232      (let* ((exponents (copy-seq exponents1)))
    234233        (map-into exponents #'max exponents1 exponents2)
    235234        (make-instance 'monom :exponents exponents)))))
Note: See TracChangeset for help on using the changeset viewer.