From ef8c7a168c83da125a31b45a47ebf7a550be9bff Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 27 Feb 2013 04:25:41 +0000 Subject: [PATCH] Fix name after recent renames. git-svn-id: https://svn.dealii.org/trunk@28599 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-49/step-49.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.5