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

add a dummy method derivativeOfDistanceSquaredWRTSecondArgument. Only throws...

add a dummy method derivativeOfDistanceSquaredWRTSecondArgument.  Only throws an exception.  The implementation will follow later

[[Imported from SVN: r6706]]
parent 427595d9
No related branches found
No related tags found
No related merge requests found
...@@ -387,6 +387,11 @@ public: ...@@ -387,6 +387,11 @@ public:
return v; return v;
} }
static EmbeddedTangentVector derivativeOfDistanceSquaredWRTSecondArgument(const Rotation<3,T>& a,
const Rotation<3,T>& b) {
DUNE_THROW(Dune::NotImplemented, "derivativeOfDistanceSquaredWRTSecondArgument");
}
/** \brief Interpolate between two rotations */ /** \brief Interpolate between two rotations */
static Rotation<3,T> interpolate(const Rotation<3,T>& a, const Rotation<3,T>& b, double omega) { static Rotation<3,T> interpolate(const Rotation<3,T>& a, const Rotation<3,T>& b, double omega) {
......
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