aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-02-01 18:00:00 +0100
committerThomas White <taw@physics.org>2013-02-01 18:00:00 +0100
commitd14463c19b5187fc9674ad907cd30766d34de0d2 (patch)
treebfe6f34fa5a8feb0ce5844ff97964bd345baf69d /libcrystfel/src
parent0f5c1d77dfcebef6e02a10153f6214a8dffa62d9 (diff)
Formatting and typos
Diffstat (limited to 'libcrystfel/src')
-rw-r--r--libcrystfel/src/mosflm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcrystfel/src/mosflm.c b/libcrystfel/src/mosflm.c
index 548e3834..d23ab98c 100644
--- a/libcrystfel/src/mosflm.c
+++ b/libcrystfel/src/mosflm.c
@@ -132,7 +132,7 @@ static void mosflm_parseline(const char *line, struct image *image,
static int read_newmat(const char *filename, struct image *image)
{
- FILE * fh;
+ FILE *fh;
float asx, asy, asz;
float bsx, bsy, bsz;
float csx, csy, csz;
@@ -166,7 +166,7 @@ static int read_newmat(const char *filename, struct image *image)
-bsy*c, -bsz*c, bsx*c,
-csy*c, -csz*c, csx*c);
- image->ncells = 1;
+ image->ncells = 1;
return 0;
}