From: GivAlz <giovannialzetta@hotmail.it>
Date: Thu, 14 Sep 2017 16:44:12 +0000 (+0000)
Subject: Corrected error in documentation
X-Git-Tag: v9.0.0-rc1~1083^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ba453f9e3f31522a691905c53869fa7e4039c4a;p=dealii.git

Corrected error in documentation
---

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 <int dim, typename Number>