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 3310


Ignore:
Timestamp:
2015-06-23T09:41:22-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3309 r3310  
    101101
    102102  ;; when all exponents are to be identical
    103   (when exponent-supplied-p
     103  (if exponent-supplied-p
    104104    (when (slot-boundp self 'exponents)
    105       (warn "Ignoring argument EXPONENT.")
    106       (return-from 'initialize-instance))
     105      (warn "Ignoring argument EXPONENT."))
    107106    (cond
    108107      ((slot-boundp self 'dimension)
Note: See TracChangeset for help on using the changeset viewer.