From eed151aa90d96cc7db832265e39326a47c75d7e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 15 May 2015 15:08:38 +0000 Subject: [PATCH] Fixed wrong docu git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1267 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/smoother.docu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/smoother.docu b/Doc/smoother.docu index 2e5797d5..216a6983 100644 --- a/Doc/smoother.docu +++ b/Doc/smoother.docu @@ -15,10 +15,10 @@ The %OpenMesh library provides tools for smoothing Triangle- and Polymeshes The smoothers directly work on an OpenMesh. The following example shows how to use them: \code - #include + #include // Initialize smoother with input mesh - OpenMesh::Smoother::SmootherT smoother(mesh); + OpenMesh::Smoother::JacobiLaplaceSmootherT smoother(mesh); smoother.initialize( C0, //Continuity Tangential_and_Normal) //Smooth direction