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
241d5204
Commit
241d5204
authored
Jan 13, 2021
by
Bryan Cazabonne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed getPVInPZ90() method to private.
Fixes
#601
parent
58f28b39
Pipeline
#857
passed with stage
in 27 minutes and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
src/changes/changes.xml
src/changes/changes.xml
+5
-2
src/main/java/org/orekit/propagation/numerical/GLONASSNumericalPropagator.java
...kit/propagation/numerical/GLONASSNumericalPropagator.java
+1
-1
No files found.
src/changes/changes.xml
View file @
241d5204
...
...
@@ -21,10 +21,13 @@
</properties>
<body>
<release
version=
"11.0"
date=
"TBD"
description=
"TBD"
>
<action
dev=
"bryan"
type=
"fix"
issue=
"744"
>
<action
dev=
"bryan"
type=
"update"
issue=
"601"
>
Changed getPVInPZ90() method to private.
</action>
<action
dev=
"bryan"
type=
"fix"
issue=
"744"
>
Fixed calculation of CR3BP constants.
</action>
<action
dev=
"bryan"
type=
"update"
issue=
"743"
>
<action
dev=
"bryan"
type=
"update"
issue=
"743"
>
Updated JUnit version to 4.13.1.
</action>
</release>
...
...
src/main/java/org/orekit/propagation/numerical/GLONASSNumericalPropagator.java
View file @
241d5204
...
...
@@ -598,7 +598,7 @@ public class GLONASSNumericalPropagator extends AbstractIntegratedPropagator {
* @param state spacecraft state after integration
* @return the PV coordinates in the ECEF PZ-90.
*/
p
ublic
PVCoordinates
getPVInPZ90
(
final
SpacecraftState
state
)
{
p
rivate
PVCoordinates
getPVInPZ90
(
final
SpacecraftState
state
)
{
// Compute time difference between start date and end date
final
double
dt
=
state
.
getDate
().
durationFrom
(
initDate
.
getDate
());
...
...
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