Skip to content
Snippets Groups Projects
Commit d5377448 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: r8210]]
parent a0dda029
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ typedef RealTuple<double,1> 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