Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
HEP
HEPnOS
Commits
c6fb1562
Commit
c6fb1562
authored
Feb 27, 2020
by
Matthieu Dorier
Browse files
corrected hepnos-ls
parent
7bb616af
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/hepnos-ls.cpp
View file @
c6fb1562
...
...
@@ -36,7 +36,7 @@ int main(int argc, char* argv[])
exit
(
-
1
);
}
hepnos
::
DataStore
datastore
=
hepnos
::
DataStore
::
connect
(
argv
[
1
]);
hepnos
::
DataStore
datastore
=
hepnos
::
DataStore
::
connect
(
std
::
string
(
argv
[
1
])
)
;
for
(
auto
&
ds
:
datastore
.
root
())
{
navigate_dataset
(
0
,
ds
);
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment