mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-09 18:52:03 +02:00
Rename h5_file_format to h5_utils
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
#include <stdexcept>
|
||||
#include <iostream>
|
||||
#include "H5ChunkedWriter.hpp"
|
||||
#include "h5_file_format.hpp"
|
||||
|
||||
extern "C"
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <map>
|
||||
#include "config.hpp"
|
||||
#include "h5_file_format.hpp"
|
||||
#include "h5_utils.hpp"
|
||||
|
||||
hsize_t expand_dataset(const H5::DataSet& dataset, hsize_t frame_index, hsize_t dataset_increase_step);
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#include "h5_file_format.hpp"
|
||||
#include "h5_utils.hpp"
|
||||
|
||||
h5_group get_format(){
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <stdexcept>
|
||||
#include <iostream>
|
||||
|
||||
#include "h5_file_format.hpp"
|
||||
#include "h5_utils.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
Reference in New Issue
Block a user