aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-11-29 23:33:39 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-11-29 23:33:39 +0000
commit9fd9bf7adabd3760df1aac9b7d98a48b415bbc36 (patch)
tree032174d36e205f590580c37b5cdd035cc159f763 /src/image.h
parent328958a4608b337ee912abb5ab141b2caebfd870 (diff)
Vaguely working LSQ lattice refinement (doesn't quite work)
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@214 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/image.h b/src/image.h
index df505ec..c617330 100644
--- a/src/image.h
+++ b/src/image.h
@@ -54,8 +54,8 @@ typedef struct imagerecord_struct {
int width;
int height;
- int x_centre;
- int y_centre;
+ double x_centre;
+ double y_centre;
ImageFeatureList *features; /* "Experimental" features */
ImageFeatureList *rflist; /* "Predicted" features */