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 3185


Ignore:
Timestamp:
2015-06-22T18:28:15-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r3184 r3185  
    9393                                                  initargs
    9494                                                &key
     95                                                  (coeff 1)
    9596                                                  &allow-other-keys)
    9697  (format t "UPDATE-INSTANCE-FOR-DIFFERENT-CLASS MONOM->SCALAR called.%")
    9798  (format t "Old: ~A~%" old)
    9899  (format t "Initargs: ~A~%" initargs)
    99   (call-next-method old new :coeff 1))
     100  (call-next-method))
    100101
    101102
Note: See TracChangeset for help on using the changeset viewer.