From 5ba453f9e3f31522a691905c53869fa7e4039c4a Mon Sep 17 00:00:00 2001 From: GivAlz Date: Thu, 14 Sep 2017 16:44:12 +0000 Subject: [PATCH] Corrected error in documentation --- include/deal.II/base/point.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/deal.II/base/point.h b/include/deal.II/base/point.h index ab9a52ca98..103582dbde 100644 --- a/include/deal.II/base/point.h +++ b/include/deal.II/base/point.h @@ -560,8 +560,7 @@ std::ostream &operator << (std::ostream &out, /** - * Output operator for points. Print the elements consecutively, with a space - * in between. + * Input operator for points. Inputs the elements consecutively. * @relates Point */ template -- 2.39.5