Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Orekit
Orekit
Commits
059f0c48
Commit
059f0c48
authored
Dec 21, 2020
by
Bryan Cazabonne
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'AmirAllahvirdi/orekit-AmirAllahvirdi-develop-patch-26413' into develop
parents
be9b5055
fd10cabc
Pipeline
#829
passed with stages
in 27 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/main/java/org/orekit/estimation/measurements/modifiers/AbstractAmbiguityModifier.java
...ion/measurements/modifiers/AbstractAmbiguityModifier.java
+1
-1
No files found.
src/main/java/org/orekit/estimation/measurements/modifiers/AbstractAmbiguityModifier.java
View file @
059f0c48
...
...
@@ -47,7 +47,7 @@ public class AbstractAmbiguityModifier {
* @param ambiguity initial value of ambiguity
*/
public
AbstractAmbiguityModifier
(
final
int
key
,
final
double
ambiguity
)
{
this
.
ambiguity
=
new
ParameterDriver
(
"am
g
iguity-"
+
key
,
ambiguity
,
AMBIGUITY_SCALE
,
this
.
ambiguity
=
new
ParameterDriver
(
"am
b
iguity-"
+
key
,
ambiguity
,
AMBIGUITY_SCALE
,
Double
.
NEGATIVE_INFINITY
,
Double
.
POSITIVE_INFINITY
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment