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
3dd16d83
Commit
3dd16d83
authored
Dec 20, 2021
by
Luc Maisonobe
Browse files
Typo.
parent
795e79de
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/java/org/orekit/propagation/numerical/NumericalPropagatorTest.java
View file @
3dd16d83
...
...
@@ -145,7 +145,7 @@ public class NumericalPropagatorTest {
// mutable holders
SpacecraftState
[]
actualState
=
new
SpacecraftState
[
1
];
AbsoluteDate
[]
actualDate
=
new
AbsoluteDate
[
1
];
ForceModel
force
=
new
ForceModelAdapter
(){
ForceModel
force
=
new
ForceModelAdapter
()
{
@Override
public
void
init
(
SpacecraftState
initialState
,
AbsoluteDate
target
)
{
actualState
[
0
]
=
initialState
;
...
...
Write
Preview
Supports
Markdown
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