Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alberto Fossà
Orekit
Commits
5ca905c5
Commit
5ca905c5
authored
Jan 13, 2022
by
Luc Maisonobe
Browse files
Javadoc.
parent
d189fcd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/orekit/utils/AbstractMultipleShooting.java
View file @
5ca905c5
...
...
@@ -95,7 +95,7 @@ public abstract class AbstractMultipleShooting implements MultipleShooting {
* @param arcDuration initial guess of the duration of each arc.
* @param tolerance convergence tolerance on the constraint vector.
* @param additionalName name of the additional equations
* @deprecated as of 11.1, replaced by {@link #AbstractMultipleShooting(List, List, double, double, String)}
* @deprecated as of 11.1, replaced by {@link #AbstractMultipleShooting(List, List, double, double,
int,
String)}
*/
@Deprecated
protected
AbstractMultipleShooting
(
final
List
<
SpacecraftState
>
initialGuessList
,
final
List
<
NumericalPropagator
>
propagatorList
,
...
...
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