Skip to content

Commit 63587ba

Browse files
authored
Merge pull request #3413 from bquorning/increase-max-depth
Increase value of PRISM_DEPTH_MAXIMUM to 10000
2 parents de7bb68 + e098533 commit 63587ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/prism/defines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* specifying a maximum depth to which we are allowed to recurse.
3535
*/
3636
#ifndef PRISM_DEPTH_MAXIMUM
37-
#define PRISM_DEPTH_MAXIMUM 1000
37+
#define PRISM_DEPTH_MAXIMUM 10000
3838
#endif
3939

4040
/**

0 commit comments

Comments
 (0)