[Lemon-commits] [lemon_svn] alpar: r975 - hugo/trunk/src/test

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:42:31 CET 2006


Author: alpar
Date: Wed Jul 21 19:38:47 2004
New Revision: 975

Modified:
   hugo/trunk/src/test/test_tools.h

Log:
Indenting.


Modified: hugo/trunk/src/test/test_tools.h
==============================================================================
--- hugo/trunk/src/test/test_tools.h	(original)
+++ hugo/trunk/src/test/test_tools.h	Wed Jul 21 19:38:47 2004
@@ -38,11 +38,15 @@
   std::vector<typename Graph::Edge> outcir, incir, chords;
 };
 
+
+
 ///Adds a Petersen graph to \c G.
 
 ///Adds a Petersen graph to \c G.
 ///The nodes end edges will be listed in the return structure.
-template<class Graph> PetStruct<Graph> addPetersen(Graph &G,int num=5)
+
+template<typename Graph>
+PetStruct<Graph> addPetersen(Graph &G,int num=5)
 {
   PetStruct<Graph> n;
 



More information about the Lemon-commits mailing list