removed a wrong template specification for mac gcc compiling
This commit is contained in:
parent
9e847c9ddd
commit
8b2578e208
|
@ -109,9 +109,9 @@ private:
|
||||||
{
|
{
|
||||||
_x_cs[index] = (VertexIndex) _mesh->vert.size();
|
_x_cs[index] = (VertexIndex) _mesh->vert.size();
|
||||||
pos = _x_cs[index];
|
pos = _x_cs[index];
|
||||||
Allocator<MeshType>::AddVertices( *_mesh, 1 );
|
Allocator<MeshType>::AddVertices( *_mesh, 1 );
|
||||||
v = &_mesh->vert[pos];
|
v = &_mesh->vert[pos];
|
||||||
_volume->GetXIntercept<VertexPointer>(p1, p2, v, _thr);
|
_volume->GetXIntercept(p1, p2, v, _thr);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue