Skip to content
Snippets Groups Projects
Commit afafd03e authored by guj's avatar guj Committed by Atkins, Charles Vernon
Browse files

clang format

parent f5fe330c
No related branches found
No related tags found
1 merge request!101Hdf5
...@@ -204,7 +204,6 @@ void HDF5Common::ReadMe(Variable<T> &variable, T *data_array, hid_t h5type) ...@@ -204,7 +204,6 @@ void HDF5Common::ReadMe(Variable<T> &variable, T *data_array, hid_t h5type)
{ {
hid_t datasetID = H5Dopen(m_Group_id, variable.m_Name.c_str(), H5P_DEFAULT); hid_t datasetID = H5Dopen(m_Group_id, variable.m_Name.c_str(), H5P_DEFAULT);
if (datasetID < 0) if (datasetID < 0)
{ {
return; return;
......
...@@ -38,8 +38,8 @@ public: ...@@ -38,8 +38,8 @@ public:
int GetNumTimeSteps(); int GetNumTimeSteps();
void WriteTimeSteps(); void WriteTimeSteps();
//template <class T> // template <class T>
//void ReadMe(Variable<T> &variable, T *data_array, hid_t h5type); // void ReadMe(Variable<T> &variable, T *data_array, hid_t h5type);
// void ReadFromHDF5(const char* name, void* data_array); // void ReadFromHDF5(const char* name, void* data_array);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment