Skip to content
Snippets Groups Projects
Commit 30903892 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: r7616]]
parent 908f0b2b
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ const int dim = 3;
typedef UnitVector<3> TargetSpace;
typedef std::vector<TargetSpace> 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.
Finish editing this message first!
Please register or to comment