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 2897


Ignore:
Timestamp:
2015-06-21T12:11:02-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r2896 r2897  
    8585  ;; this requirement.
    8686  ;;(setf (slot-value new 'coeff) 1)
    87   (setf (term-coeff new) 1)
     87  (unless (slot-boundp new 'coeff)
     88    (setf (term-coeff new) 1))
    8889  (call-next-method))
    89 
    9090
    9191#|
Note: See TracChangeset for help on using the changeset viewer.