]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix obvious typo.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 6 May 2002 08:11:59 +0000 (08:11 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 6 May 2002 08:11:59 +0000 (08:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@5818 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/point.h

index 20c3c2492d9b99ed775e5a213fa5f6bd86b41c97..4dfd03f7daef64b89096963fc36b768a7ef9b2aa 100644 (file)
@@ -272,7 +272,7 @@ Point<dim> Point<dim>::operator - () const
 {
   Point<dim> result;
   for (unsigned int i=0; i<dim; ++i)
-    result.this->values[i] = -this->values[i];
+    result.values[i] = -this->values[i];
   return result;
 };
 

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.