From fc84e4e96a33348652c7d2d0392e5da8e664f013 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 22 Oct 2013 19:19:51 +0000 Subject: [PATCH] Leave a TODO. Fix a typo. git-svn-id: https://svn.dealii.org/trunk@31389 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/base/data_out_base.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 inline void -- 2.39.5