mirror of https://github.com/CGAL/cgal
initialized some variable - pacify g++ 4.4
This commit is contained in:
parent
3542e61cce
commit
39afbc4289
|
|
@ -754,7 +754,7 @@ void snap_rounding_2(InputIterator begin,
|
|||
typedef std::list<Segment_data> Segment_data_list;
|
||||
|
||||
Segment_data_list seg_list;
|
||||
Multiple_kd_tree * mul_kd_tree;
|
||||
Multiple_kd_tree * mul_kd_tree = NULL;
|
||||
|
||||
output_container.clear();
|
||||
// copy segments list
|
||||
|
|
|
|||
Loading…
Reference in New Issue