From 40b3c014c20627a439b4a2e21c0abadc86c3632d Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Sun, 14 Sep 2014 01:04:23 +0000 Subject: [PATCH] minor changes in using the parametrizator, now called using the appropriate namespace --- wrap/miq/MIQ.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/miq/MIQ.h b/wrap/miq/MIQ.h index bccb9765..79a3bff4 100644 --- a/wrap/miq/MIQ.h +++ b/wrap/miq/MIQ.h @@ -27,7 +27,7 @@ public: bool DirectRound = false,int iter = 5, int localIter = 5, bool DoRound = true) { - PoissonSolver PSolver(mesh); + vcg::PoissonSolver PSolver(mesh); if (mesh.fn==0)return; StiffeningInitializer::InitDefaultStiffening(mesh); if (stiffMode==GAUSSIAN)