summaryrefslogtreecommitdiff
path: root/rspl/cw3.c
diff options
context:
space:
mode:
Diffstat (limited to 'rspl/cw3.c')
-rw-r--r--rspl/cw3.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/rspl/cw3.c b/rspl/cw3.c
index 03c9b81..e26cb7a 100644
--- a/rspl/cw3.c
+++ b/rspl/cw3.c
@@ -4,7 +4,7 @@
/************************************************/
/* Discrete regularized spline versions */
-/* Test variable grid spacing in 3D
+/* Test variable grid spacing in 3D */
/* Author: Graeme Gill
* Date: 28/11/2013
@@ -28,8 +28,9 @@
#include "aconfig.h"
#include "counters.h"
#include "numlib.h"
-#include "plot.h"
#include "rspl.h"
+#include "plot.h"
+#include "ui.h"
double lin();
void usage(void);