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 2813


Ignore:
Timestamp:
2015-06-20T22:12:15-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2811 r2813  
    142142        other
    143143      (unless (= dimension1 dimension2)
    144         (error "Incompatible dimensions: ~A and ~A.~%" dimension1 and dimension2))
     144        (error "Incompatible dimensions: ~A and ~A.~%" dimension1 dimension2))
    145145      (map-into exponents1 #'+ exponents1 exponents2)))
    146146  self)
Note: See TracChangeset for help on using the changeset viewer.