diff --git a/example/find_root_example.cpp b/example/find_root_example.cpp index ba0390f20..e944e09e8 100644 --- a/example/find_root_example.cpp +++ b/example/find_root_example.cpp @@ -30,7 +30,7 @@ First we need some includes to access the normal distribution #include using std::numeric_limits; #include - // using std::exception; + //] //[/root_find1]