This commit is contained in:
Andreas Fabri 2022-11-24 07:41:05 +00:00
parent 855987c77a
commit ec3162912b
1 changed files with 2 additions and 2 deletions

View File

@ -24,11 +24,11 @@ public:
/// @}
/// \name Operations
/// The following member functions must exist.
/// The following member function must exist.
/// @{
/*!
Returns the gradient at the position p
Returns the gradient at the position `p`
*/
Vector gradient(const Point& p) const;