Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | fitting | |
Tool | fitter |
id | in | the id of a sub-tool | |
Allowed: | fitter id | ||
Default: | unset | ||
kill | in | force kill of the default tool | |
Allowed: | bool | ||
Default: | F |
- include 'fitting.g' - fit := fitter() - id1 := fit.fitter() - id2 := fit.fitter() - fit.getstate(id1) [n=0, typ=0, colfac=1e-06, lmfac=0.001, type=real] - fit.getstate(id2) [n=0, typ=0, colfac=1e-06, lmfac=0.001, type=real] - fit.getstate() [n=0, typ=0, colfac=1e-06, lmfac=0.001, type=real] - fit.done(id1) T - fit.getstate(id2) [n=0, typ=0, colfac=1e-06, lmfac=0.001, type=real] - fit.getstate(id1) SEVERE: Illegal fitter id in getstate <fail>: Illegal fitter id in getstate File: note.g, Line 58 Stack: throw() .() - fit [real=0 ... ] - fit.done() T - fit F