Skip to content
Snippets Groups Projects
Commit d7eb625e authored by Oliver Sander's avatar Oliver Sander
Browse files

Fix a typo in the documentation of the 'local' method

parent ad933f63
No related branches found
No related tags found
No related merge requests found
......@@ -143,10 +143,12 @@ namespace Dune
*
* \return corresponding local coordinate
*
* \note The returned local coordinate y minimizes
* The returned local coordinate y minimizes
* \code
* (global( x ) - y).two_norm()
* (global( y ) - x).two_norm()
* \endcode
* on the entire affine hull of the reference element. This degenerates
* to the inverse map if the argument y is in the range of the map.
*/
LocalCoordinate local ( const GlobalCoordinate &global ) const
{
......
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