mirror of https://github.com/CGAL/cgal
Warning fix: uninitialized attributes
This commit is contained in:
parent
8ab80e7f71
commit
fe1ac9e86c
|
|
@ -687,6 +687,8 @@ inline Graph::Graph(void (*err_function)(const char *))
|
||||||
node_block_first = NULL;
|
node_block_first = NULL;
|
||||||
arc_for_block_first = NULL;
|
arc_for_block_first = NULL;
|
||||||
arc_rev_block_first = NULL;
|
arc_rev_block_first = NULL;
|
||||||
|
orphan_first = NULL;
|
||||||
|
orphan_last = NULL;
|
||||||
flow = 0;
|
flow = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue