Finish the acquisition

This commit is contained in:
2020-04-24 13:52:16 +02:00
parent 6201dafcaa
commit 0d61599a09
+3
View File
@@ -139,6 +139,9 @@ void sf_replay (
}
if (current_pulse_id > stop_pulse_id) {
cout << "Done. Streamed images from ";
cout << start_pulse_id << " to " << stop_pulse_id;
cout << endl;
return;
}