minor changes in using the parametrizator, now called using the appropriate namespace
This commit is contained in:
parent
37880b3f52
commit
40b3c014c2
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue