mirror of https://github.com/CGAL/cgal
Change where it gets funciton kernel
This commit is contained in:
parent
263f42cdab
commit
5b0d67d1c7
|
|
@ -30,7 +30,7 @@ int main(int, char *[])
|
|||
|
||||
typedef CGAL::Kinetic::Exact_simulation_traits_1 Tr;
|
||||
Tr tr;
|
||||
Tr::Simulator::Function_kernel::Function fn= tr.simulator_handle()->function_kernel_object().construct_function_object()(1,0,-2);
|
||||
Tr::Simulator::Function_kernel::Function fn= tr.kinetic_kernel_object().function_kernel_object().construct_function_object()(1,0,-2);
|
||||
check_nt(Tr::Simulator::Time(-1));
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
|
|
|
|||
Loading…
Reference in New Issue