[Dune] [Dune-Commit] dune-geometry r67 - in trunk/dune/geometry/genericgeometry: . test
Oliver Sander
sander at mi.fu-berlin.de
Wed May 2 19:15:16 CEST 2012
Committed, thanks.
--
Oliver
Am 02.05.2012 18:22, schrieb Ansgar Burchardt:
> 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
>
> _______________________________________________
> Dune mailing list
> Dune at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune
More information about the Dune
mailing list