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 895


Ignore:
Timestamp:
2015-06-09T13:17:02-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monomial.lisp

    r887 r895  
    185185
    186186(defmacro monom-append (m1 m2)
    187   `(concatenate 'vector ,m1 ,m2))
     187  `(concatenate 'monom ,m1 ,m2))
    188188
    189189(defmacro monom-contract (k m)
Note: See TracChangeset for help on using the changeset viewer.