Hi all!
Since many years now, I find useless the final Field field
parameter of the FieldDSSTPropagator
and FieldNumericalPropagator
constructors and class attributs. The field
can be initialized from the FieldODEIntegrator<T>
also required in both constructors (e.g., integrator.getCurrentSignedStepsize().getField()
). Therefore, it could be intersting to simplify the constructors of both classes.
Since next version is a major release, what do you think about removing this parameter from FieldDSSTPropagator
and FieldNumericalPropagator
constructors?
Here a patch file showing what I would like to do :
patch.txt (3.7 KB)
Best regards,
Bryan