Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Orekit
Orekit tutorials
Commits
d912fb2a
Commit
d912fb2a
authored
Oct 23, 2020
by
Luc Maisonobe
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused method.
parent
02cbcac8
Pipeline
#671
passed with stages
in 1 minute and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
src/main/java/org/orekit/tutorials/bodies/Phasing.java
src/main/java/org/orekit/tutorials/bodies/Phasing.java
+0
-8
No files found.
src/main/java/org/orekit/tutorials/bodies/Phasing.java
View file @
d912fb2a
...
...
@@ -348,14 +348,6 @@ public class Phasing {
}
double
[]
mean
(
final
AbsoluteDate
t
)
{
final
SinCos
sc
=
FastMath
.
sinCos
(
eta
*
t
.
durationFrom
(
initial
.
getDate
()));
return
new
double
[]
{
cx
+
dx0
*
sc
.
cos
()
+
dy0
*
sc
.
sin
(),
cy
-
dx0
*
sc
.
sin
()
+
dy0
*
sc
.
cos
()
};
}
/** Value of the error model.
* @param params fitting parameters
* @return model value
...
...
Luc Maisonobe
@luc
mentioned in commit
3d313a78
·
Nov 04, 2020
mentioned in commit
3d313a78
mentioned in commit 3d313a780a2849e58de89e25fe6ea7d054b5cb00
Toggle commit list
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