]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Revert really bad typo (is this still the right name for such a thing?).
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 25 May 1998 15:01:19 +0000 (15:01 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 25 May 1998 15:01:19 +0000 (15:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@357 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/grid/point.h

index 64d14a7bf0dae9454780054801ec62bb7d58b95b..a5418aa307180ae3f7b513206ca3eef573fddfc8 100644 (file)
@@ -392,8 +392,9 @@ double Point<dim>::square () const {
 template <int dim>
 inline
 ostream & operator << (ostream &out, const Point<dim> &p) {
-  for (unsigned int i=0; i<dim; ++i)
-    out << p(i);
+  for (unsigned int i=0; i<dim-1; ++i)
+    out << p(i) << ' ';
+  out << p(dim-1);
   return out;
 };
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.