minor changes in using the parametrizator, now called using the appropriate namespace

This commit is contained in:
Nico Pietroni 2014-09-14 01:04:23 +00:00
parent 37880b3f52
commit 40b3c014c2
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public:
bool DirectRound = false,int iter = 5,
int localIter = 5, bool DoRound = true)
{
PoissonSolver<MeshType> PSolver(mesh);
vcg::PoissonSolver<MeshType> PSolver(mesh);
if (mesh.fn==0)return;
StiffeningInitializer<MeshType>::InitDefaultStiffening(mesh);
if (stiffMode==GAUSSIAN)