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