From b7ed96e083bdc52adb1231e25f1e3bb94e910837 Mon Sep 17 00:00:00 2001 From: cignoni Date: Tue, 18 Feb 2014 11:12:37 +0000 Subject: [PATCH] PolygonalMesh Debugging: corrected typo in the name of the polychord class --- .../polygonmesh_polychord_collapse.cpp | 5 +---- .../polygonmesh_polychord_collapse.pro | 3 ++- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/apps/sample/polygonmesh_polychord_collapse/polygonmesh_polychord_collapse.cpp b/apps/sample/polygonmesh_polychord_collapse/polygonmesh_polychord_collapse.cpp index 06979cd3..af63a8b7 100644 --- a/apps/sample/polygonmesh_polychord_collapse/polygonmesh_polychord_collapse.cpp +++ b/apps/sample/polygonmesh_polychord_collapse/polygonmesh_polychord_collapse.cpp @@ -1,13 +1,10 @@ #include #include -#include #include -#include -#include #include #include #include -#include +#include using namespace vcg; diff --git a/apps/sample/polygonmesh_polychord_collapse/polygonmesh_polychord_collapse.pro b/apps/sample/polygonmesh_polychord_collapse/polygonmesh_polychord_collapse.pro index eb4dc92a..ae02ae8e 100644 --- a/apps/sample/polygonmesh_polychord_collapse/polygonmesh_polychord_collapse.pro +++ b/apps/sample/polygonmesh_polychord_collapse/polygonmesh_polychord_collapse.pro @@ -1,2 +1,3 @@ include(../common.pri) -SOURCES += $$VCGLIBDIR/wrap/ply/plylib.cpp +SOURCES += polygonmesh_polychord_collapse.cpp ../../../wrap/ply/plylib.cpp +TARGET = polygonmesh_polychord_collapse