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

export type 'CoordinateType'

[[Imported from SVN: r6543]]
parent 78601cb2
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,9 @@ public:
/** \brief Global coordinates wrt an isometric embedding function are available */
static const bool globalIsometricCoordinates = true;
/** \brief The type used for global coordinates */
typedef Dune::FieldVector<double,N> CoordinateType;
/** \brief Dimension of the manifold formed by unit vectors */
static const int dim = N;
......
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