aboutsummaryrefslogtreecommitdiff
path: root/src/path.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/path.c')
-rw-r--r--src/path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path.c b/src/path.c
index a15cba6..80bba50 100644
--- a/src/path.c
+++ b/src/path.c
@@ -8,7 +8,7 @@
#include <stdlib.h> /* for malloc(), calloc(), etc. */
#include "misc.h"
-#define N 100
+#define N 1000
static double foo(double s, double range, double theta0, int k)
{