diff --git a/apps/sample/trimesh_isosurface/trivial_walker.h b/apps/sample/trimesh_isosurface/trivial_walker.h index 53e7e29b..087ffd78 100644 --- a/apps/sample/trimesh_isosurface/trivial_walker.h +++ b/apps/sample/trimesh_isosurface/trivial_walker.h @@ -109,9 +109,9 @@ private: { _x_cs[index] = (VertexIndex) _mesh->vert.size(); pos = _x_cs[index]; - Allocator::AddVertices( *_mesh, 1 ); + Allocator::AddVertices( *_mesh, 1 ); v = &_mesh->vert[pos]; - _volume->GetXIntercept(p1, p2, v, _thr); + _volume->GetXIntercept(p1, p2, v, _thr); return; } }