Skip to content
Snippets Groups Projects
Commit 8bfb9cd1 authored by Robert K's avatar Robert K
Browse files

[minor] don't call geoprovider on the start.

parent 4d030a4d
No related branches found
No related tags found
No related merge requests found
......@@ -75,12 +75,6 @@ namespace Dune
geomTypes_[ codim ].push_back( tmpType );
}
// initialize static storage variables
ALU3dGridGeometry< 0, dimension, const ThisType> :: geoProvider();
ALU3dGridGeometry< 1, dimension, const ThisType> :: geoProvider();
ALU3dGridGeometry< 2, dimension, const ThisType> :: geoProvider();
ALU3dGridGeometry< dimension, dimension, const ThisType> :: geoProvider();
}
template< int dim, int dimworld, ALU3dGridElementType elType, class Comm >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment