Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
Guillaume Baulieu
agapro
Commits
9867182c
Commit
9867182c
authored
Feb 10, 2020
by
J. Dudouet
Browse files
correction of compilation error in TreeBuilder
parent
92b09a91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
consumers/TreeBuilder/AGAPRO_TreeBuilder.cpp
consumers/TreeBuilder/AGAPRO_TreeBuilder.cpp
+3
-3
No files found.
consumers/TreeBuilder/AGAPRO_TreeBuilder.cpp
View file @
9867182c
...
@@ -261,9 +261,9 @@ void TreeBuilder::NewTree()
...
@@ -261,9 +261,9 @@ void TreeBuilder::NewTree()
if
(
fTree
==
nullptr
)
{
if
(
fTree
==
nullptr
)
{
fTree
=
new
TTree
(
fTreeName
.
data
(),
fTreeName
.
data
());
fTree
=
new
TTree
(
fTreeName
.
data
(),
fTreeName
.
data
());
for
(
auto
&
fListOfD
et
s
:
fListOfDets
)
{
for
(
auto
&
d
et
:
fListOfDets
)
{
fListOfD
et
s
->
SetTree
(
fTree
);
d
et
->
SetTree
(
fTree
);
fListOfD
et
s
->
InitTree
();
d
et
->
InitTree
();
}
}
}
}
else
{
else
{
...
...
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