aboutsummaryrefslogtreecommitdiff
path: root/src/mosflm.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-23 14:58:01 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:21 +0100
commit683220d0f8038018d7e63ebff56611a645b346af (patch)
tree39e4394e7093a5d143f7d2b76d273207a4ab1c0a /src/mosflm.c
parent8af55d282069373612e51db65345ee9eaf317ed5 (diff)
Remove more verbosity
Diffstat (limited to 'src/mosflm.c')
-rw-r--r--src/mosflm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mosflm.c b/src/mosflm.c
index 593b04eb..b4906921 100644
--- a/src/mosflm.c
+++ b/src/mosflm.c
@@ -122,7 +122,6 @@ static int read_newmat(const char *filename, struct image *image)
fh = fopen(filename, "r");
if ( fh == NULL ) {
- STATUS("No NEWMAT file (autoindexing was unsuccessful).\n");
return 1;
}
n = fscanf(fh, "%f %f %f\n", &asx, &bsx, &csx);
@@ -595,7 +594,6 @@ void run_mosflm(struct image *image, UnitCell *cell)
* Existence of this file means possible success. Pretty shady. */
fail = read_newmat(mosflm->newmatfile, image);
if ( fail ) {
- ERROR("Failed to read MOSFLM's NEWMAT file.\n");
return;
}