mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-06 15:04:13 +02:00
Fixed config dataset_name
This commit is contained in:
+1
-1
@@ -10,6 +10,6 @@ namespace config {
|
||||
int n_io_threads = 1;
|
||||
size_t n_slots = 100;
|
||||
|
||||
string dataset_name = "data";
|
||||
std::string dataset_name = "data";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user