Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
staging
dune-typetree
Commits
5313aade
Commit
5313aade
authored
Apr 07, 2020
by
Simon Praetorius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove whitespace changes
parent
278e4717
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
dune/typetree/treecontainer.hh
dune/typetree/treecontainer.hh
+3
-2
No files found.
dune/typetree/treecontainer.hh
View file @
5313aade
...
...
@@ -34,6 +34,7 @@ namespace Dune {
class
ContainerFactory
{
public:
/**
* \brief Create ContainerFactory
*
...
...
@@ -91,8 +92,8 @@ namespace Dune {
{
auto
head
=
path
[
Dune
::
Indices
::
_0
];
auto
tailPath
=
Dune
::
unpackIntegerSequence
([
&
](
auto
...
i
){
return
treePath
(
path
[
i
+
1
]...);
},
std
::
make_index_sequence
<
sizeof
...(
T
)
-
1
>
());
return
treePath
(
path
[
i
+
1
]...);
},
std
::
make_index_sequence
<
sizeof
...(
T
)
-
1
>
());
return
accessByTreePath
(
container
[
head
],
tailPath
);
}
...
...
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