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

Fixed javadoc.

parent 8ec12731
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ public class LineSensor {
/** Get the pixel normalized line-of-sight at some date.
* @param date current date
* @param i pixel index (must be between 0 and {@link #getNbPixels()}
* @param i pixel index (must be between 0 and {@link #getNbPixels() - 1}
* @return pixel normalized line-of-sight
*/
public Vector3D getLos(final AbsoluteDate date, final int i) {
......
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