diff options
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/mosflm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libcrystfel/src/mosflm.c b/libcrystfel/src/mosflm.c index 67fa8ff1..886fbd56 100644 --- a/libcrystfel/src/mosflm.c +++ b/libcrystfel/src/mosflm.c @@ -227,8 +227,7 @@ static void write_spt(struct image *image, const char *filename) for ( i=0; i<nPeaks; i++ ) { fprintf(fh, "%10.2f %10.2f %10.2f %10.2f %10.2f %10.2f\n", - sptlines[i].x, sptlines[i].y, - 0.0, 0.0, + sptlines[i].x, sptlines[i].y, 0.0, 0.0, sptlines[i].h, sptlines[i].s); } |