diff options
author | Thomas White <taw@physics.org> | 2013-02-01 18:00:00 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-02-01 18:00:00 +0100 |
commit | d14463c19b5187fc9674ad907cd30766d34de0d2 (patch) | |
tree | bfe6f34fa5a8feb0ce5844ff97964bd345baf69d | |
parent | 0f5c1d77dfcebef6e02a10153f6214a8dffa62d9 (diff) |
Formatting and typos
-rw-r--r-- | doc/man/partialator.1 | 2 | ||||
-rw-r--r-- | libcrystfel/src/mosflm.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/partialator.1 b/doc/man/partialator.1 index 6d675ae8..38292975 100644 --- a/doc/man/partialator.1 +++ b/doc/man/partialator.1 @@ -90,7 +90,7 @@ Run \fIn\fR analyses in parallel. .SH BUGS -This program is an \fIexperimental\fR in this version of CrystFEL. It is not +This program is \fIexperimental\fR in this version of CrystFEL. It is not yet considered ready for processing experimental data. Your pet kitten may explode if you attempt to solve a structure using intensities calculated by this program. 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; } |