* ./knik:
- In Edge, typo in Go name it must be "Knik::Edge" (was preventing the edges to be displayeds).
This commit is contained in:
parent
96adbdc538
commit
7be63c472d
|
@ -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 )
|
||||||
// ************************************
|
// ************************************
|
||||||
|
|
Loading…
Reference in New Issue