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 866


Ignore:
Timestamp:
2015-06-09T11:24:03-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monomial.lisp

    r852 r866  
    204204
    205205(defmacro monom-map (fun m &rest ml &aux (result `(copy-structure ,m)))
    206   `(map-into (monom-exponents ,result) ,fun ,m ,@ml))
     206  `(map-into (monom-exponents ,result) ,fun (monom-exponents ,m) ,@ml))
    207207
    208208(defmacro monom-append (m1 m2)
Note: See TracChangeset for help on using the changeset viewer.