[Dune] [Dune-Commit] dune-geometry r67 - in trunk/dune/geometry/genericgeometry: . test
Ansgar Burchardt
ansgar.burchardt at iwr.uni-heidelberg.de
Wed May 2 18:22:19 CEST 2012
Hi,
I spotted two spelling errors in the diff you might want to fix.
On 05/02/2012 04:50 PM, gruenich at dune-project.org wrote:
> --- trunk/dune/geometry/genericgeometry/hybridmapping.hh 2012-05-02 13:01:06 UTC (rev 66)
> +++ trunk/dune/geometry/genericgeometry/hybridmapping.hh 2012-05-02 14:50:03 UTC (rev 67)
> @@ -400,14 +400,14 @@
>
> /** \brief evaluate the mapping
> *
> - * \param[in] x local coordinate to map
> + * \param[in] local local coordinate to map
> *
> * \returns corresponding global coordinate
> */
> GlobalCoordinate global ( const LocalCoordinate &local ) const { return mapping_.global( local ); }
> /** \brief evaluate the inverse mapping
> *
> - * \param[in] y global coorindate to map
> + * \param[in] global global coorindate to map
coorindate -> coordinate
> @@ -420,7 +420,7 @@
>
> /** \brief check whether a point lies within the reference element
> *
> - * \param[in] x local coorinate of point to check
> + * \param[in] local local coorinate of point to check
coorinate -> coordinate
Regards,
Ansgar
More information about the Dune
mailing list