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 2353


Ignore:
Timestamp:
2015-06-18T20:50:24-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r2352 r2353  
    7979in the coefficient ring."
    8080  (format t "TERM::R* called with:~&  TERM1: ~A~&  TERM2: ~A~%" term1 term2)
    81   (call-next-method))
     81  (change-class (call-next-method) 'term))
    8282
    8383#|
Note: See TracChangeset for help on using the changeset viewer.