From: Wolfgang Bangerth Date: Wed, 27 Feb 2013 04:25:41 +0000 (+0000) Subject: Fix name after recent renames. X-Git-Tag: v8.0.0~1143 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=613f8b44b23fcc1e726ed148f92cba5d9be79c1d;p=dealii.git Fix name after recent renames. git-svn-id: https://svn.dealii.org/trunk@28599 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-49/step-49.cc b/deal.II/examples/step-49/step-49.cc index 26fb610365..2592717ce2 100644 --- a/deal.II/examples/step-49/step-49.cc +++ b/deal.II/examples/step-49/step-49.cc @@ -207,8 +207,8 @@ void grid_3 () // size not overly dramatic. Nevertheless, sometimes one does want to move // vertices by a significant distance, and in that case one needs to move // internal nodes as well. One way to do that automatically is to call the -// function GridGenerator::laplace_transformation that takes a set of -// transformed nodes and moves all of the other nodes in such a way that the +// function GridTools::laplace_transform that takes a set of transformed +// vertex coordinates and moves all of the other vertices in such a way that the // resulting mesh has, in some sense, a small distortion.