mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-06 14:34:13 +02:00
Change file extension to bin
This commit is contained in:
@@ -19,7 +19,7 @@ std::string get_filename(
|
||||
folder << root_folder << "/";
|
||||
folder << device_name << "/";
|
||||
folder << folder_base << "/";
|
||||
folder << file_base << ".h5";
|
||||
folder << file_base << ".bin";
|
||||
|
||||
return folder.str();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user