Modified according to the changes of edge::VVStarVE
This commit is contained in:
parent
7d3175573a
commit
71ae65fde7
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue