Merge: More printing is done directly,

This commit is contained in:
2026-05-20 08:25:43 +02:00
parent 270e906fe7
commit 18c0d0cf6f
4 changed files with 74 additions and 49 deletions
+1 -1
View File
@@ -331,7 +331,7 @@ int main(int argc, char **argv) {
}
// Print resolution-shell statistics table
merge_stats.Print(logger);
std::cout << merge_stats;
if (!output_prefix.empty())
WriteReflections(merge_result, *experiment.GetUnitCell(), experiment, output_prefix);