diff options
author | Thomas White <taw@physics.org> | 2013-03-04 15:51:30 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-03-04 15:51:30 +0100 |
commit | c1b906a16366af73ec25b895a1c83296e41196ed (patch) | |
tree | 4a19d1425af787c637f0db44f7d30dc5aa099992 | |
parent | 2a767bf372052f913ae872068d6b555d899953a3 (diff) |
partialator: Fix message
-rw-r--r-- | src/partialator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partialator.c b/src/partialator.c index e67e87c5..98f24f58 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -605,7 +605,7 @@ int main(int argc, char *argv[]) for ( i=0; i<n_crystals; i++ ) { if ( crystal_get_user_flag(crystals[i]) ) n_dud++; } - STATUS("%i images could not be refined on the last cycle.\n", n_dud); + STATUS("%i crystals could not be refined on the last cycle.\n", n_dud); /* Output results */ write_reflist(outfile, full); |