comparison libinterp/corefcn/quadcc.cc @ 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 e39a51e0d54b
children 906ae1705522
comparison
equal deleted inserted replaced
15993:41471c02d51c 15994:352ef2fb3ad1
35 35
36 //#include "oct.h" 36 //#include "oct.h"
37 //#include "defun.h" 37 //#include "defun.h"
38 38
39 /* Define the size of the interval heap. */ 39 /* Define the size of the interval heap. */
40 #define cquad_heapsize 200 40 #define cquad_heapsize 50
41 41
42 42
43 /* Data of a single interval */ 43 /* Data of a single interval */
44 typedef struct 44 typedef struct
45 { 45 {