aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dirax.c1
-rw-r--r--src/mosflm.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/dirax.c b/src/dirax.c
index 291dc85b..067b3599 100644
--- a/src/dirax.c
+++ b/src/dirax.c
@@ -237,7 +237,6 @@ static void dirax_send_next(struct image *image, struct dirax_data *dirax)
case 8 :
if ( dirax->best_acl_nh == 0 ) {
- STATUS("No more cells to try.\n");
/* At this point, DirAx is presenting its ACL prompt
* and waiting for a single number. Use an extra
* newline to choose automatic ACL selection before
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;
}