summaryrefslogtreecommitdiff
path: root/rspl/cw3.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-01 16:13:57 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-01 16:13:57 +0200
commit094535c010320967639e8e86f974d878e80baa72 (patch)
treeefc3094b20355dcbeebb2c4ece4fcfc69bffedb5 /rspl/cw3.c
parentc07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 (diff)
Imported Upstream version 1.7.0upstream/1.7.0
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);