Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
492e1f73
Commit
492e1f73
authored
May 12, 2021
by
Nils Krumnack
Browse files
fix compilation error in AnaAlgorithm package
That was introduced by two recent merge requests crossing.
parent
8cadf793
Changes
2
Hide whitespace changes
Inline
Side-by-side
PhysicsAnalysis/D3PDTools/AnaAlgorithm/Root/AnaAlgorithmConfig.cxx
View file @
492e1f73
...
...
@@ -23,9 +23,6 @@
namespace
EL
{
AnaAlgorithmConfig
::
AnaAlgorithmConfig
()
{
...
...
@@ -45,7 +42,6 @@ namespace EL
AnaAlgorithmConfig
(
const
AsgComponentConfig
&
val_config
)
:
AsgComponentConfig
(
val_config
)
{
RCU_NEW_INVARIANT
(
this
);
}
...
...
PhysicsAnalysis/D3PDTools/AnaAlgorithm/Root/AnaReentrantAlgorithmConfig.cxx
View file @
492e1f73
...
...
@@ -23,9 +23,6 @@
namespace
EL
{
AnaReentrantAlgorithmConfig
::
AnaReentrantAlgorithmConfig
()
{
...
...
@@ -45,7 +42,6 @@ namespace EL
AnaReentrantAlgorithmConfig
(
const
AsgComponentConfig
&
val_config
)
:
AsgComponentConfig
(
val_config
)
{
RCU_NEW_INVARIANT
(
this
);
}
...
...
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