Skip to content
Snippets Groups Projects
Commit d5bd007f authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

rebase to develop branch

parent 8bf3862f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment