From: bangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Tue, 22 Oct 2013 19:19:51 +0000 (+0000)
Subject: Leave a TODO. Fix a typo.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc84e4e96a33348652c7d2d0392e5da8e664f013;p=dealii-svn.git

Leave a TODO. Fix a typo.


git-svn-id: https://svn.dealii.org/trunk@31389 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/source/base/data_out_base.cc b/deal.II/source/base/data_out_base.cc
index 1711797296..f1e611fc5d 100644
--- a/deal.II/source/base/data_out_base.cc
+++ b/deal.II/source/base/data_out_base.cc
@@ -428,8 +428,11 @@ namespace
 //----------------------------------------------------------------------//
 //For a given patch, compute the node interpolating the corner nodes
 //linearly at the point (xstep, ystep, zstep)*1./n_subdivisions.
-//If the popints are saved in the patch->data member, return the
+//If the points are saved in the patch->data member, return the
 //saved point instead
+
+//TODO: Make this function return its value, rather than using a reference
+// as first argument; take a reference for 'patch', not a pointer
   template <int dim, int spacedim>
   inline
   void