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
85f1b9b9
Commit
85f1b9b9
authored
Jan 18, 2022
by
Bryan Cazabonne
Browse files
Brouwer-Lyddane gradient converter can be package private.
parent
8446d5ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/orekit/propagation/analytical/BrouwerLyddaneGradientConverter.java
View file @
85f1b9b9
...
...
@@ -29,7 +29,7 @@ import org.orekit.utils.ParameterDriver;
* @author Bryan Cazabonne
* @since 11.1
*/
public
class
BrouwerLyddaneGradientConverter
extends
AbstractAnalyticalGradientConverter
{
class
BrouwerLyddaneGradientConverter
extends
AbstractAnalyticalGradientConverter
{
/** Fixed dimension of the state. */
public
static
final
int
FREE_STATE_PARAMETERS
=
6
;
...
...
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