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

export type EmbeddedTangentVector

[[Imported from SVN: r6704]]
parent d8ac7f95
Branches
No related tags found
No related merge requests found
......@@ -14,6 +14,9 @@ struct RigidBodyMotion
/** \brief Type of an infinitesimal rigid body motion */
typedef Dune::FieldVector<T, dim + Rotation<dim,T>::TangentVector::size> TangentVector;
/** \brief Type of an infinitesimal rigid body motion */
typedef Dune::FieldVector<T, dim + Rotation<dim,T>::EmbeddedTangentVector::size> EmbeddedTangentVector;
/** \brief The type used for coordinates */
typedef T ctype;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment