Skip to content
Snippets Groups Projects
Commit 18759e63 authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

use FieldVector::dimension in lieu of FieldVector::size

[[Imported from SVN: r7841]]
parent 0568e22f
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ typedef RigidBodyMotion<3> TargetSpace;
#endif
// Tangent vector of the image space
const int blocksize = TargetSpace::TangentVector::size;
const int blocksize = TargetSpace::TangentVector::dimension;
using namespace Dune;
......
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