Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADIOS2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Podhorszki, Norbert
ADIOS2
Commits
afafd03e
Commit
afafd03e
authored
7 years ago
by
guj
Committed by
Atkins, Charles Vernon
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
clang format
parent
f5fe330c
No related branches found
No related tags found
1 merge request
!101
Hdf5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/adios2/engine/hdf5/HDF5Common.cpp
+0
-1
0 additions, 1 deletion
source/adios2/engine/hdf5/HDF5Common.cpp
source/adios2/engine/hdf5/HDF5Common.h
+2
-2
2 additions, 2 deletions
source/adios2/engine/hdf5/HDF5Common.h
with
2 additions
and
3 deletions
source/adios2/engine/hdf5/HDF5Common.cpp
+
0
−
1
View file @
afafd03e
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
source/adios2/engine/hdf5/HDF5Common.h
+
2
−
2
View file @
afafd03e
...
@@ -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);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment