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
Orekit
Orekit
Commits
cc7cf671
Commit
cc7cf671
authored
Oct 13, 2008
by
Luc Maisonobe
Browse files
reduced lines length for better layout
parent
a782dead
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/site/apt/tutorial/propagation.apt
View file @
cc7cf671
...
...
@@ -466,7 +466,8 @@ SpacecraftState finalState =
+---------------------
BoundedPropagator ephemeris = propagator.getGeneratedEphemeris();
System.out.println(" Ephemeris defined from " + ephemeris.getMinDate() + " to " + ephemeris.getMaxDate());
System.out.println(" Ephemeris defined from " + ephemeris.getMinDate() +
" to " + ephemeris.getMaxDate());
+---------------------
The ephemeris is defined as a <BoundedPropagator>, which means that it is valid
...
...
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