summaryrefslogtreecommitdiff
path: root/lib/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/graph.h')
-rw-r--r--lib/graph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/graph.h b/lib/graph.h
index a4732fb..de06924 100644
--- a/lib/graph.h
+++ b/lib/graph.h
@@ -13,6 +13,7 @@ class graph_t {
v_t ne;
v_t nv;
std::vector<std::vector<v_t>> v_adj;
+ std::vector<std::vector<double>> coordinate;
graph_t(D_t D, L_t L);
void add_ext();