Skip to content
Snippets Groups Projects
Commit 85f1b9b9 authored by Bryan Cazabonne's avatar Bryan Cazabonne
Browse files

Brouwer-Lyddane gradient converter can be package private.

parent 8446d5ff
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment