aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-07 23:47:45 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-07 23:47:45 +0000
commit32b90c31701987b47000e398c8b534553004a4a2 (patch)
tree50429ae105593c9b37e4c1ee4517b20985fe3bf2 /src/utils.h
parente3a59f0de58d873837252d4decdd8f727392fad7 (diff)
Tidying up
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@154 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils.h b/src/utils.h
index 9f8d636..55e98f2 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -4,7 +4,6 @@
* Utility stuff
*
* (c) 2007 Thomas White <taw27@cam.ac.uk>
- * Gordon Ball <gfb21@cam.ac.uk>
*
* dtr - Diffraction Tomography Reconstruction
*
@@ -27,7 +26,6 @@ extern double modulus(double x, double y, double z);
extern double angle_between(double x1, double y1, double z1, double x2, double y2, double z2);
extern double angle_between_d(double x1, double y1, double z1, double x2, double y2, double z2);
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);