Rename h5_file_format to h5_utils

This commit is contained in:
2018-01-12 18:46:57 +01:00
parent c83dd679b7
commit 845e86600d
5 changed files with 3 additions and 4 deletions
-1
View File
@@ -3,7 +3,6 @@
#include <stdexcept>
#include <iostream>
#include "H5ChunkedWriter.hpp"
#include "h5_file_format.hpp"
extern "C"
{
+1 -1
View File
@@ -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
View File
@@ -1,4 +1,4 @@
#include "h5_file_format.hpp"
#include "h5_utils.hpp"
h5_group get_format(){
+1 -1
View File
@@ -3,7 +3,7 @@
#include <stdexcept>
#include <iostream>
#include "h5_file_format.hpp"
#include "h5_utils.hpp"
using namespace std;