Skip to content
Snippets Groups Projects
Commit 068a638c authored by Jö Fahlke's avatar Jö Fahlke
Browse files

Avoid clang7 -Wundefined-var-template for UGGrid::heapSize_

Closes: #91
parent 94015683
No related branches found
No related tags found
1 merge request!343Avoid clang7 -Wundefined-var-template for UGGrid::heapSize_
Pipeline #18892 passed
......@@ -870,6 +870,10 @@ namespace Dune {
}; // end Class UGGrid
// those are defined in uggrid/uggrid.cc
template<> unsigned int UGGrid<2>::heapSize_;
template<> unsigned int UGGrid<3>::heapSize_;
namespace Capabilities
{
/** \struct hasEntity
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment