[Lemon-commits] [lemon_svn] alpar: r566 - hugo/trunk/src/work/alpar

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


Author: alpar
Date: Mon Apr 26 19:36:49 2004
New Revision: 566

Modified:
   hugo/trunk/src/work/alpar/list_graph_demo.cc

Log:
Some more tests.


Modified: hugo/trunk/src/work/alpar/list_graph_demo.cc
==============================================================================
--- hugo/trunk/src/work/alpar/list_graph_demo.cc	(original)
+++ hugo/trunk/src/work/alpar/list_graph_demo.cc	Mon Apr 26 19:36:49 2004
@@ -119,6 +119,9 @@
 		<< " em=" << em[e]
 		<< " sm=" << sm[e] << "\n";
     
+    //Delete all nodes
+    NodeIt n;
+    while(G.valid(G.first(n))) G.erase(n);
   }
 
   // Tests for NodeSet and EdgeSet



More information about the Lemon-commits mailing list