diff options
Diffstat (limited to 'rspl/tnd.c')
-rw-r--r-- | rspl/tnd.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -22,6 +22,7 @@ #include "rspl.h" #include "numlib.h" #include "tiffio.h" +#include "plot.h" #ifdef NEVER FILE *verbose_out = stdout; @@ -40,6 +41,10 @@ int verbose_level = 6; /* Current verbosity level */ #undef TEST_SLICE #undef TEST_RANDOM_POINTS +#ifdef TEST_SLICE +# include "ui.h" +#endif + #define MAX_ITS 500 #define IT_TOL 0.0005 #define GRES 17 /* Grid resolution */ |