Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eic_tools
DD4hep
Commits
82edcf3d
Commit
82edcf3d
authored
5 years ago
by
Markus FRANK
Committed by
MarkusFrankATcernch
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Support for conditions with non-default ctor
parent
bc3b2eb3
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DDCore/include/DD4hep/detail/Grammar_unparsed.h
+1
-1
1 addition, 1 deletion
DDCore/include/DD4hep/detail/Grammar_unparsed.h
with
1 addition
and
1 deletion
DDCore/include/DD4hep/detail/Grammar_unparsed.h
+
1
−
1
View file @
82edcf3d
...
@@ -45,7 +45,7 @@ namespace dd4hep {
...
@@ -45,7 +45,7 @@ namespace dd4hep {
/// Standarsd constructor
/// Standarsd constructor
template
<
typename
TYPE
>
const
BasicGrammar
&
BasicGrammar
::
instance
()
{
template
<
typename
TYPE
>
const
BasicGrammar
&
BasicGrammar
::
instance
()
{
static
Grammar
<
TYPE
>
s_gr
()
;
static
Grammar
<
TYPE
>
s_gr
;
return
s_gr
;
return
s_gr
;
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment