From e61b567b39f45f7d319628b5c4848bfa1a564aaf Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Thu, 14 Oct 2010 14:09:05 +0000 Subject: [PATCH] minor documentation fix [[Imported from SVN: r6430]] --- dune/gfe/realtuple.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dune/gfe/realtuple.hh b/dune/gfe/realtuple.hh index fc426780..5990be1b 100644 --- a/dune/gfe/realtuple.hh +++ b/dune/gfe/realtuple.hh @@ -118,9 +118,9 @@ public: return data_; } - /** \brief Compute an orthonormal basis of the tangent space of S^n. + /** \brief Compute an orthonormal basis of the tangent space of R^n. - This basis is of course not globally continuous. + In general this frame field, may of course not be continuous, but for RealTuples it is. */ Dune::FieldMatrix<double,N,N> orthonormalFrame() const { -- GitLab