Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
amdis
amdis-core
Commits
84334e43
Commit
84334e43
authored
Jan 21, 2018
by
Praetorius, Simon
Browse files
merged origin/develop
parent
c9ad5da6
Changes
1
Hide whitespace changes
Inline
Side-by-side
dune/amdis/utility/TreePath.hpp
View file @
84334e43
...
...
@@ -97,19 +97,7 @@ namespace AMDiS
return
Dune
::
TypeTree
::
hybridTreePath
();
}
<<<<<<<
HEAD
template
<
class
...
T
>
auto
makeDynamicTreePath
(
Dune
::
TypeTree
::
HybridTreePath
<
T
...
>
const
&
tp
)
{
auto
tmp
=
Dune
::
TypeTree
::
MakeableDynamicTreePath
<
sizeof
...(
T
)
>
().
mutablePath
();
forEach
(
range_
<
0
,
sizeof
...(
T
)
>
,
[
&
tp
,
&
tmp
](
auto
_i
)
mutable
{
tmp
.
push_back
(
std
::
size_t
(
std
::
get
<
_i
>
(
tp
.
_data
)));
});
return
tmp
.
view
();
}
=======
#endif // DOXYGEN
>>>>>>>
076
a7e1479a879871f8599eade9f911c41ca09a8
namespace
Impl
...
...
Write
Preview
Supports
Markdown
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