Advertisement
Guest User

Untitled

a guest
Sep 26th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. --- a/Filtered_kernel/include/CGAL/Filtered_predicate.h
  2. +++ b/Filtered_kernel/include/CGAL/Filtered_predicate.h
  3. @@ -165,11 +165,13 @@ Filtered_predicate<EP,AP,C2E,C2A,Protection>::
  4. Protect_FPU_rounding<Protection> p;
  5. try
  6. {
  7. +std::cout <<"trying..." << std::endl;
  8. Ares res = ap(c2a(args)...);
  9. +std::cout <<" OK"<< std::endl;
  10. if (is_certain(res))
  11. return get_certain(res);
  12. }
  13. - catch (Uncertain_conversion_exception&) {}
  14. + catch (Uncertain_conversion_exception&) {std::cout << " catched"<< std::endl;}
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement