changeset 15994:352ef2fb3ad1

Temporary fix for stack overflows with quadcc quadcc.cc: Reduce number of allowed singularities on integration path from 200 to 50.
author Rik <rik@octave.org>
date Sat, 02 Feb 2013 15:30:53 -0800
parents 41471c02d51c
children 906ae1705522
files libinterp/corefcn/quadcc.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/quadcc.cc	Sat Feb 02 13:21:44 2013 +0100
+++ b/libinterp/corefcn/quadcc.cc	Sat Feb 02 15:30:53 2013 -0800
@@ -37,7 +37,7 @@
 //#include "defun.h"
 
 /* Define the size of the interval heap. */
-#define cquad_heapsize                  200
+#define cquad_heapsize                  50
 
 
 /* Data of a single interval */