Skip to content
Snippets Groups Projects
Commit 8ee31a94 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Removed migration comment.

The corresponding catch was already handled before.
parent e2f326e8
No related branches found
No related tags found
No related merge requests found
......@@ -95,9 +95,6 @@ public class SensorPixelCrossing {
} catch (MathIllegalArgumentException nbe) {
// there are no solutions in the search interval
return Double.NaN;
// TODO hipparchus migration : no need for this catch ?
// } catch (MathIllegalArgumentException tmee) {
// throw new RuggedException(tmee);
} catch (RuggedExceptionWrapper rew) {
throw rew.getException();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment