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

use FieldVector::dimension instead of FieldVector::size

[[Imported from SVN: r7882]]
parent 8c3f3557
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ typedef Dune::OneDGrid GridType;
typedef RigidBodyMotion<3> TargetSpace;
typedef std::vector<RigidBodyMotion<3> > SolutionType;
const int blocksize = TargetSpace::TangentVector::size;
const int blocksize = TargetSpace::TangentVector::dimension;
using namespace Dune;
using std::string;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment