From 613f8b44b23fcc1e726ed148f92cba5d9be79c1d Mon Sep 17 00:00:00 2001 From: Wolfgang 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