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
b4032207
Commit
b4032207
authored
Jan 10, 2022
by
Luc Maisonobe
Browse files
Deprecate unused AbsolutePartialDerivativesEquations.
parent
f554f4d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/orekit/propagation/numerical/AbsolutePartialDerivativesEquations.java
View file @
b4032207
...
...
@@ -51,11 +51,12 @@ import org.orekit.utils.ParameterDriver;
* Newtonian attraction}, {@link org.orekit.forces.gravity.HolmesFeatherstoneAttractionModel
* gravity field}, and {@link org.orekit.forces.gravity.Relativity relativity}.
* </p>
* @deprecated as of 11.1, this class is not used anymore
* @author Vincent Mouraux
* @author Bryan Cazabonne
* @since 10.2
*/
@
SuppressWarnings
(
"d
eprecat
ion"
)
@
D
eprecat
ed
public
class
AbsolutePartialDerivativesEquations
extends
PartialDerivativesEquations
{
/** Name. */
...
...
src/test/java/org/orekit/propagation/numerical/AbsolutePartialDerivativesEquationsTest.java
View file @
b4032207
...
...
@@ -46,7 +46,8 @@ import org.orekit.utils.AbsolutePVCoordinates;
import
org.orekit.utils.PVCoordinates
;
import
org.orekit.utils.ParameterDriver
;
/** Unit tests for {@link PartialDerivativesEquations}. */
/** Unit tests for {@link AbsolutePartialDerivativesEquations}. */
@Deprecated
public
class
AbsolutePartialDerivativesEquationsTest
{
/** arbitrary date */
...
...
@@ -68,7 +69,6 @@ public class AbsolutePartialDerivativesEquationsTest {
/**
* set up {@link #pde} and dependencies.
*/
@SuppressWarnings
(
"deprecation"
)
@Before
public
void
setUp
()
{
propagator
=
new
NumericalPropagator
(
new
DormandPrince54Integrator
(
1
,
500
,
0.001
,
0.001
));
...
...
@@ -87,7 +87,6 @@ public class AbsolutePartialDerivativesEquationsTest {
/**
* check {@link PartialDerivativesEquations#derivatives(SpacecraftState)} correctly sets the satellite velocity.
*/
@SuppressWarnings
(
"deprecation"
)
@Test
public
void
testComputeDerivativesStateVelocity
()
{
//action
...
...
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