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

Line numbers are double.

parent b662c7f4
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ public interface Rugged { ...@@ -84,7 +84,7 @@ public interface Rugged {
* not been called beforehand, or if {@link #setOrbitAndAttitude(List, List)} has not * not been called beforehand, or if {@link #setOrbitAndAttitude(List, List)} has not
* been called beforehand, or sensor is unknown * been called beforehand, or sensor is unknown
*/ */
GroundPoint[] directLocalization(String sensorName, int lineNumber) GroundPoint[] directLocalization(String sensorName, double lineNumber)
throws RuggedException; throws RuggedException;
/** Inverse localization of a ground point. /** Inverse localization of a ground point.
......
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