Modified according to the changes of edge::VVStarVE

This commit is contained in:
Paolo Cignoni 2016-04-11 20:34:56 +00:00
parent 7d3175573a
commit 71ae65fde7
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ public:
for(size_t i=0;i<m.vert.size();++i)
{
std::vector<VertexPointer> VVStarVec;
edge::VVStarVE<typename MeshType::EdgeType>(&(m.vert[i]),VVStarVec);
edge::VVStarVE(&(m.vert[i]),VVStarVec);
if(VVStarVec.size()==2)
{
CoordType v0 = m.vert[i].P() - VVStarVec[0]->P();