Machine accuracy limits always defined.
This commit is contained in:
parent
64baf803b6
commit
5dfde8105f
|
|
@ -1,5 +1,10 @@
|
||||||
|
2008-08-24 Paolo Nenzi
|
||||||
|
* src/main.c: Moved the #ifdef CIDER declaration. Machine accuracy limits now are
|
||||||
|
defined even if CIDER is not compiled. This is needed for the subsequent integration
|
||||||
|
of TCL patch.
|
||||||
|
|
||||||
2008-06-14 Holger Vogt
|
2008-06-14 Holger Vogt
|
||||||
* eamples/numparam: adapt examples to new numparam code
|
* examples/numparam: adapt examples to new numparam code
|
||||||
|
|
||||||
2008-05-31 Dietmar Warning
|
2008-05-31 Dietmar Warning
|
||||||
* src/frontend/aspice.c: compliant processing of pid and wait() also under solaris
|
* src/frontend/aspice.c: compliant processing of pid and wait() also under solaris
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,7 @@ char *errRtn;
|
||||||
char *errMsg;
|
char *errMsg;
|
||||||
char *cp_program;
|
char *cp_program;
|
||||||
|
|
||||||
#ifdef CIDER
|
|
||||||
/* Globals definitions for Machine Accuracy Limits
|
/* Globals definitions for Machine Accuracy Limits
|
||||||
* (needed by CIDER)
|
* (needed by CIDER)
|
||||||
*/
|
*/
|
||||||
|
|
@ -114,7 +114,7 @@ double ExpLim; /* limit for exponential */
|
||||||
double Accuracy; /* accuracy of the machine */
|
double Accuracy; /* accuracy of the machine */
|
||||||
double Acc, MuLim, MutLim;
|
double Acc, MuLim, MutLim;
|
||||||
|
|
||||||
|
#ifdef CIDER
|
||||||
/* Global debug flags from CIDER, soon they will become
|
/* Global debug flags from CIDER, soon they will become
|
||||||
* spice variables :)
|
* spice variables :)
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue