Skip to content

Commit

Permalink
gemmi mtz --stats: change word "completeness" to "filled"
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Feb 7, 2025
1 parent 2e4d125 commit 363740c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prog/mtz.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ void print_stats(const Mtz& mtz) {
}
}
printf("Resolution: %.5f - %.5f A\n", mtz.resolution_high(), mtz.resolution_low());
printf("column type @dataset completeness min max"
printf("column type @dataset filled min max"
" mean stddev\n");
for (size_t i = 0; i != column_stats.size(); ++i) {
const Mtz::Column& col = mtz.columns[i];
Expand Down

0 comments on commit 363740c

Please sign in to comment.