Indenting.
1.1 --- a/src/test/test_tools.h Wed Jul 21 17:38:02 2004 +0000
1.2 +++ b/src/test/test_tools.h Wed Jul 21 17:38:47 2004 +0000
1.3 @@ -38,11 +38,15 @@
1.4 std::vector<typename Graph::Edge> outcir, incir, chords;
1.5 };
1.6
1.7 +
1.8 +
1.9 ///Adds a Petersen graph to \c G.
1.10
1.11 ///Adds a Petersen graph to \c G.
1.12 ///The nodes end edges will be listed in the return structure.
1.13 -template<class Graph> PetStruct<Graph> addPetersen(Graph &G,int num=5)
1.14 +
1.15 +template<typename Graph>
1.16 +PetStruct<Graph> addPetersen(Graph &G,int num=5)
1.17 {
1.18 PetStruct<Graph> n;
1.19