From 0280ed2b9954d8f3aef0ab39f262e09c570f04f8 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Wed, 20 May 2020 17:31:23 +0200 Subject: [PATCH] Fix small things in ReplayH5Reader.hpp --- sf-replay/include/ReplayH5Reader.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sf-replay/include/ReplayH5Reader.hpp b/sf-replay/include/ReplayH5Reader.hpp index b242433..b9e9943 100644 --- a/sf-replay/include/ReplayH5Reader.hpp +++ b/sf-replay/include/ReplayH5Reader.hpp @@ -12,8 +12,8 @@ class ReplayH5Reader { const std::string device_; const std::string channel_name_; - const uint64_t stop_pulse_id_; const uint16_t source_id_; + const uint64_t stop_pulse_id_; H5::H5File current_file_; std::string current_filename_;