From 9357d8f186760fda060fe3324d88480c877c21f3 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 4 Mar 2011 18:14:54 +0100 Subject: Transformation matrix shouldn't be integer --- src/detector.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/detector.h') diff --git a/src/detector.h b/src/detector.h index 028bd589..c4e06cef 100644 --- a/src/detector.h +++ b/src/detector.h @@ -38,10 +38,10 @@ struct panel int no_index; /* Don't index peaks in this panel if non-zero */ double peak_sep; /* Characteristic peak separation */ - signed int fsx; - signed int fsy; - signed int ssx; - signed int ssy; + double fsx; + double fsy; + double ssx; + double ssy; double xfs; double yfs; -- cgit v1.2.3