From 094535c010320967639e8e86f974d878e80baa72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 1 May 2015 16:13:57 +0200 Subject: Imported Upstream version 1.7.0 --- rspl/cw3.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'rspl/cw3.c') 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); -- cgit v1.2.3