minor change in VEStarVE

This commit is contained in:
Nico Pietroni 2015-10-19 08:48:44 +00:00
parent 50ab490cec
commit 3c38f44d30
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ void VVStarVE(typename EdgeType::VertexType* vp, std::vector<typename EdgeType::
}
template <class EdgeType>
void VEStarVE(typename EdgeType::VertexType* vp, std::vector<EdgeType *> &starVec)
void VEStarVE(const typename EdgeType::VertexType* vp, std::vector<EdgeType *> &starVec)
{
starVec.clear();
edge::VEIterator<EdgeType> vei(vp);