mirror of https://github.com/CGAL/cgal
restored original
This commit is contained in:
parent
c870ceff9d
commit
87d15b9189
|
|
@ -13,12 +13,10 @@ int main(int, char *[]) {
|
||||||
|
|
||||||
Traits::Simulator::Handle sp= tr.simulator_handle();
|
Traits::Simulator::Handle sp= tr.simulator_handle();
|
||||||
|
|
||||||
CGAL_KINETIC_SET_LOG_LEVEL(CGAL::Kinetic::LOG_LOTS);
|
std::ifstream in("data/weighted_points_3");
|
||||||
|
|
||||||
//std::ifstream in("data/weighted_points_3");
|
|
||||||
std::ifstream in("../../demo/Kinetic_data_structures/data/problem_weighted");
|
|
||||||
CGAL_assertion(in);
|
CGAL_assertion(in);
|
||||||
in >> *tr.active_points_3_table_handle();
|
in >> *tr.active_points_3_table_handle();
|
||||||
|
|
||||||
std::cout << *tr.active_points_3_table_handle();
|
std::cout << *tr.active_points_3_table_handle();
|
||||||
|
|
||||||
std::cout << *tr.active_points_3_table_handle() << std::endl;
|
std::cout << *tr.active_points_3_table_handle() << std::endl;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue