mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-10 20:12:03 +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";
|
||||
|
||||
}
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ namespace config
|
||||
extern int n_io_threads;
|
||||
extern size_t n_slots;
|
||||
|
||||
extern string dataset_name;
|
||||
extern std::string dataset_name;
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user