Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dune-amdis
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Praetorius, Simon
dune-amdis
Commits
d5bd007f
Commit
d5bd007f
authored
Mar 01, 2019
by
Praetorius, Simon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rebase to develop branch
parent
8bf3862f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/amdis/DataTransfer.inc.hpp
src/amdis/DataTransfer.inc.hpp
+1
-2
No files found.
src/amdis/DataTransfer.inc.hpp
View file @
d5bd007f
...
...
@@ -96,8 +96,7 @@ namespace AMDiS
}
};
using
ElementData
=
std
::
decay_t
<
decltype
(
makeTreeContainer
<
Tree
,
NodeElementData
>
(
std
::
declval
<
const
Tree
&>
(),
NodeElementData
()))
>
;
using
ElementData
=
TYPEOF
(
makeTreeContainer
<
Tree
,
NodeElementData
>
(
std
::
declval
<
const
Tree
&>
(),
NodeElementData
()));
public:
// Container with data that persists during grid adaptation
...
...
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