diff -r e225719bde6b -r 2d806130e700 test/test_tools.h --- a/test/test_tools.h Thu Jan 26 06:44:22 2006 +0000 +++ b/test/test_tools.h Thu Jan 26 15:42:13 2006 +0000 @@ -133,22 +133,22 @@ } } -///Structure returned by \ref addUndirPetersen(). +///Structure returned by \ref addUPetersen(). -///Structure returned by \ref addUndirPetersen(). +///Structure returned by \ref addUPetersen(). /// -template struct UndirPetStruct +template struct UPetStruct { ///Vector containing the outer nodes. std::vector outer; ///Vector containing the inner nodes. std::vector inner; ///Vector containing the edges of the inner circle. - std::vector incir; + std::vector incir; ///Vector containing the edges of the outer circle. - std::vector outcir; + std::vector outcir; ///Vector containing the chord edges. - std::vector chords; + std::vector chords; }; ///Adds a Petersen graph to the undirected \c G. @@ -157,9 +157,9 @@ ///\return The nodes and edges of the generated graph. template -UndirPetStruct addUndirPetersen(Graph &G,int num=5) +UPetStruct addUPetersen(Graph &G,int num=5) { - UndirPetStruct n; + UPetStruct n; for(int i=0;i