* ./knik:

- In Edge, typo in Go name it must be "Knik::Edge" (was preventing the edges
        to be displayeds).
This commit is contained in:
Jean-Paul Chaput 2010-06-25 08:38:08 +00:00
parent 96adbdc538
commit 7be63c472d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ extern bool __ripupMode__;
extern float __edge_cost__; extern float __edge_cost__;
const Name Edge::_extensionName = "Knik::Edges"; const Name Edge::_extensionName = "Knik::Edge";
Edge::Edge ( Vertex* from, Vertex* to ) Edge::Edge ( Vertex* from, Vertex* to )
// ************************************ // ************************************