Skip to content
Snippets Groups Projects
Commit 61fd3e38 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Use default implementation of init for step handler.

parent aad9a8b9
No related branches found
No related tags found
No related merge requests found
...@@ -743,11 +743,6 @@ public class RuggedBuilder { ...@@ -743,11 +743,6 @@ public class RuggedBuilder {
new ArrayList<TimeStampedAngularCoordinates>(); new ArrayList<TimeStampedAngularCoordinates>();
propagator.setMasterMode(interpolationStep, new OrekitFixedStepHandler() { propagator.setMasterMode(interpolationStep, new OrekitFixedStepHandler() {
/** {@inheritDoc} */
@Override
public void init(final SpacecraftState s0, final AbsoluteDate t) {
}
/** {@inheritDoc} */ /** {@inheritDoc} */
@Override @Override
public void handleStep(final SpacecraftState currentState, final boolean isLast) public void handleStep(final SpacecraftState currentState, final boolean isLast)
......
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