Machine accuracy limits always defined.

This commit is contained in:
pnenzi 2008-08-24 17:03:26 +00:00
parent 64baf803b6
commit 5dfde8105f
2 changed files with 8 additions and 3 deletions

View File

@ -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
* eamples/numparam: adapt examples to new numparam code
* examples/numparam: adapt examples to new numparam code
2008-05-31 Dietmar Warning
* src/frontend/aspice.c: compliant processing of pid and wait() also under solaris

View File

@ -104,7 +104,7 @@ char *errRtn;
char *errMsg;
char *cp_program;
#ifdef CIDER
/* Globals definitions for Machine Accuracy Limits
* (needed by CIDER)
*/
@ -114,7 +114,7 @@ double ExpLim; /* limit for exponential */
double Accuracy; /* accuracy of the machine */
double Acc, MuLim, MutLim;
#ifdef CIDER
/* Global debug flags from CIDER, soon they will become
* spice variables :)
*/