diff --git a/sf-writer/sf_h5_writer.cpp b/sf-writer/sf_h5_writer.cpp index 6883382..7eda4bd 100644 --- a/sf-writer/sf_h5_writer.cpp +++ b/sf-writer/sf_h5_writer.cpp @@ -180,10 +180,10 @@ int main (int argc, char *argv[]) cout << "Received pulse_id " << metadata->pulse_id << endl; -// if (metadata->pulse_id != current_pulse_id) { -// cout << "ERROR expecting " << current_pulse_id; -// cout << " diff " << current_pulse_id - metadata->pulse_id << endl; -// } + if (metadata->pulse_id != current_pulse_id) { + cout << "ERROR expecting " << current_pulse_id; + cout << " diff " << current_pulse_id - metadata->pulse_id << endl; + } // TODO: Write to H5