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.

Ignore:
Timestamp:
2016-05-31T14:44:43-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r4024 r4025  
    612612value of VARS is the corresponding slot value of SELF.")
    613613  (:method :before ((self monom) &optional vars)
    614            "Check the length of variables VARS against the length of exponents."
     614           "Check the length of variables VARS against the length of exponents in SELF."
    615615           (with-slots (exponents)
    616616               self
Note: See TracChangeset for help on using the changeset viewer.