Skip to content
Snippets Groups Projects
Commit c132ab7f authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Remove unused global variable 'blocksize'

parent 15aac202
No related branches found
No related tags found
No related merge requests found
......@@ -33,9 +33,6 @@ const int targetDim = 3;
// typedef RealTuple<double,targetDim> TargetSpace;
using TargetSpace = RigidBodyMotion<double,targetDim>;
// Tangent vector of the image space
const int blocksize = TargetSpace::TangentVector::dimension;
using namespace Dune;
template <class GridView, int order>
......
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