Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lukas Weber
load_leveller
Commits
3f7c9518
Commit
3f7c9518
authored
Jan 21, 2019
by
Lukas Weber
Browse files
forgot to add an implementation for iodump::list
parent
318a1edf
Changes
1
Hide whitespace changes
Inline
Side-by-side
dump.cpp
View file @
3f7c9518
...
...
@@ -59,6 +59,9 @@ bool iodump::group_members::iterator::operator!=(const iterator& b) {
return
idx_
!=
b
.
idx_
;
}
iodump
::
group_members
iodump
::
list
()
{
return
group_members
{
group_
};
}
iodump
iodump
::
create
(
const
std
::
string
&
filename
)
{
hid_t
file
=
H5Fcreate
(
filename
.
c_str
(),
H5F_ACC_TRUNC
,
H5P_DEFAULT
,
H5P_DEFAULT
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment