Run the classification so we get node and edge types default tip
authorJosh Pelkey <jpelkey@gatech.edu>
Mon, 28 Mar 2011 14:30:11 -0400
changeset 13 73badd18f5cd
parent 12 d48b107743cb
Run the classification so we get node and edge types
Brite.cc
--- a/Brite.cc	Thu Mar 03 16:26:09 2011 -0500
+++ b/Brite.cc	Mon Mar 28 14:30:11 2011 -0400
@@ -304,7 +304,7 @@
   }
 
   // Run classification algorithm
-  // m_topology->Classify();
+  m_topology->Classify();
 
   OutputSeeds(const_cast<char *>(newseedFile.c_str ()));