diff options
author | Thomas White <taw@physics.org> | 2011-05-16 17:44:39 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:26 +0100 |
commit | c65ac2bd1d3ba1b69349ba52d0e2a72ee2c2e25d (patch) | |
tree | 7eb37d1c42ae3deffffcf4a7678e1e3fead68638 /src/mosflm.c | |
parent | a56aafbeae1b6438c84cb433bfb17023581d5527 (diff) |
Fussiness
Diffstat (limited to 'src/mosflm.c')
-rw-r--r-- | src/mosflm.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mosflm.c b/src/mosflm.c index 9ccbf0d5..088ef52d 100644 --- a/src/mosflm.c +++ b/src/mosflm.c @@ -174,11 +174,11 @@ static void write_spt(struct image *image, const char *filename) { FILE *fh; int i; - double fclen=67.8; /* fake camera length in mm */ - double fpix=0.075; /* fake pixel size in mm */ + double fclen = 67.8; /* fake camera length in mm */ + double fpix = 0.075; /* fake pixel size in mm */ double pix; - double height=100; - double sigma=1; + double height = 100.0; + double sigma = 1.0; int nPeaks = image_feature_count(image->features); struct sptline *sptlines; |