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

add missing member 'embeddedDim'

[[Imported from SVN: r9196]]
parent 303de1de
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,9 @@ public:
/** \brief Dimension of the manifold formed by unit vectors */
static const int dim = N;
/** \brief Dimension of the Euclidean space the manifold is embedded in */
static const int embeddedDim = N;
typedef Dune::FieldVector<T,N> EmbeddedTangentVector;
typedef Dune::FieldVector<T,N> TangentVector;
......
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