fix namespace
This commit is contained in:
parent
b95d6abc98
commit
fcc4a3bcb5
|
|
@ -363,7 +363,7 @@ public:
|
||||||
{
|
{
|
||||||
int j;
|
int j;
|
||||||
int k;
|
int k;
|
||||||
TetraIterator ti = Allocator<OpenMeshType>::AddTetras(m, n);
|
TetraIterator ti = vcg::tri::Allocator<OpenMeshType>::AddTetras(m, n);
|
||||||
pf.SetCurElement(i);
|
pf.SetCurElement(i);
|
||||||
|
|
||||||
for(j=0;j<n;++j)
|
for(j=0;j<n;++j)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue