958 |
/* CONSOLE_DEBUG("LSODE call #%lu: x = [%f,%f]", index,xprev,xend); */ |
/* CONSOLE_DEBUG("LSODE call #%lu: x = [%f,%f]", index,xprev,xend); */ |
959 |
|
|
960 |
# ifndef NO_SIGNAL_TRAPS |
# ifndef NO_SIGNAL_TRAPS |
961 |
if (setjmp(g_fpe_env)==0) { |
if (SETJMP(g_fpe_env)==0) { |
962 |
# endif /* NO_SIGNAL_TRAPS */ |
# endif /* NO_SIGNAL_TRAPS */ |
963 |
|
|
964 |
/* CONSOLE_DEBUG("Calling LSODE with end-time = %f",xend); */ |
/* CONSOLE_DEBUG("Calling LSODE with end-time = %f",xend); */ |
1050 |
|
|
1051 |
if (nobs > 0) { |
if (nobs > 0) { |
1052 |
# ifndef NO_SIGNAL_TRAPS |
# ifndef NO_SIGNAL_TRAPS |
1053 |
if (setjmp(g_fpe_env)==0) { |
if (SETJMP(g_fpe_env)==0) { |
1054 |
# endif /* NO_SIGNAL_TRAPS */ |
# endif /* NO_SIGNAL_TRAPS */ |
1055 |
|
|
1056 |
/* solve for obs since d isn't necessarily already |
/* solve for obs since d isn't necessarily already |