mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-26 17:20:44 +02:00
Return dataset type as constant reference
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ const boost::any& H5FormatUtils::get_value_from_reference(const string& dataset_
|
||||
}
|
||||
}
|
||||
|
||||
H5::PredType H5FormatUtils::get_dataset_data_type(const string& type)
|
||||
const H5::PredType& H5FormatUtils::get_dataset_data_type(const string& type)
|
||||
{
|
||||
#ifdef DEBUG_OUTPUT
|
||||
cout << "[H5FormatUtils::get_dataset_data_type] Getting dataset type for received frame type " << type << endl;
|
||||
|
||||
Reference in New Issue
Block a user