Move the visited stuff inside the Vertex struct.
commit26964b43ed32d9e14f7c3d9cb1704be1e3fc1baa
authorrgheck <rgheck@a592a061-630c-0410-9148-cb99ea01b6c8>
Mon, 9 Nov 2009 04:02:45 +0000 (9 04:02 +0000)
committerrgheck <rgheck@a592a061-630c-0410-9148-cb99ea01b6c8>
Mon, 9 Nov 2009 04:02:45 +0000 (9 04:02 +0000)
treef337aa1977e9a376107dc460195f8d9e65e8aa1a
parent1b467967fa0aaa00baaecac1370550eb80fc4e5a
Move the visited stuff inside the Vertex struct.
Also, there is no good reason for the vertices_ member to be static. Indeed,
if we wanted to use this more generally....

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31917 a592a061-630c-0410-9148-cb99ea01b6c8
src/Graph.cpp
src/Graph.h