mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-29 06:32:21 +02:00
Bug in source dataspace
This commit is contained in:
@@ -209,7 +209,7 @@ int main (int argc, char *argv[])
|
||||
|
||||
std::vector<size_t> data_shape = {n_modules*512, 1024};
|
||||
|
||||
hsize_t buff_dim[2] = {MODULE_Y_SIZE, MODULE_X_SIZE};
|
||||
hsize_t buff_dim[2] = {n_modules*MODULE_Y_SIZE, MODULE_X_SIZE};
|
||||
H5::DataSpace buffer_space (2, buff_dim);
|
||||
|
||||
hsize_t disk_dim[3] =
|
||||
|
||||
Reference in New Issue
Block a user