From 49b0bf4c38f7b2ecdb25b138abc8aa5ff06267c4 Mon Sep 17 00:00:00 2001 From: taw27 Date: Tue, 2 Oct 2007 13:47:39 +0000 Subject: DirAx stuff git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@139 bf6ca9ba-c028-0410-8290-897cf20841d1 --- src/utils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 1d268e6..9f8d636 100644 --- a/src/utils.h +++ b/src/utils.h @@ -18,6 +18,7 @@ #endif #include +#include extern unsigned int biggest(signed int a, signed int b); extern unsigned int smallest(signed int a, signed int b); @@ -28,6 +29,8 @@ extern double angle_between_d(double x1, double y1, double z1, double x2, double extern double lambda(double voltage); extern void matrix_renormalise(gsl_matrix *m); extern double distance3d(double x1, double y1, double z1, double x2, double y2, double z2); +extern size_t skipspace(const char *s); +extern void chomp(char *s); #define rad2deg(a) ((a)*180/M_PI) #define deg2rad(a) ((a)*M_PI/180) -- cgit v1.2.3