Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Hadrien Benjamin Grasland
Gaudi
Commits
736b9dbd
Commit
736b9dbd
authored
Mar 19, 2019
by
Marco Clemencic
Browse files
Avoid displaying unused Binomial counters (!830)
parents
7c2963dc
08879ecf
Pipeline
#763771
passed with stages
in 31 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
GaudiKernel/GaudiKernel/Counters.h
View file @
736b9dbd
...
...
@@ -813,6 +813,7 @@ namespace Gaudi {
return
printImpl
(
o
,
tag
);
}
virtual
MsgStream
&
print
(
MsgStream
&
o
,
const
std
::
string
&
tag
)
const
override
{
return
printImpl
(
o
,
tag
);
}
virtual
bool
toBePrinted
()
const
override
{
return
this
->
nEntries
()
>
0
;
}
};
/**
...
...
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