Skip to content

Fixed issue 1164 - Classes extending AbstractTimeInterpolator and AbstractFieldTimeInterpolator are now thread safe

Vincent CUCCHIETTI requested to merge vcucchie/orekit:issue-1164 into develop

Hi everyone,

I found a clean fix to make the recently implemented interpolators thread safe. I added a test in TimeStampedDoubleHermiteInterpolatorTest (+ field equivalent) to make sure that it works in multi threaded environment.

Closes #1164 (closed).

Cheers, Vincent

Edited by Vincent CUCCHIETTI

Merge request reports