Skip to content
Snippets Groups Projects
Commit b4bf930a authored by Guylaine Prat's avatar Guylaine Prat
Browse files

Update pom.xml and distribution philosophy (as done in Orekit)

parent 0ef29fc5
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ import org.orekit.utils.ParameterDriver;
* @author Guylaine Prat
* @since 2.0
*/
abstract class OptimizationProblemBuilder {
abstract class OptimizationProblemBuilder {
/** Margin used in parameters estimation for the inverse location lines range. */
protected static final int ESTIMATION_LINE_RANGE_MARGIN = 100;
......
......@@ -208,7 +208,7 @@ public class SensorToSensorMapping {
* @param pixelA sensor pixel A
* @param pixelB sensor pixel B corresponding to the sensor pixel A (by direct then inverse location)
* @param losDistance distance between the two lines of sight
* @param bodyDistance elevation to central body
* @param bodyDistance elevation to central body
*/
public void addMapping(final SensorPixel pixelA, final SensorPixel pixelB,
final Double losDistance, final Double bodyDistance) {
......
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