Some questions about FieldTimeShiftable

Hi all,

I have some interrogations after perusing FieldTimeShiftable interface.

  • why doesn’t it inherit from TimeShiftable? It could actually have a default implementation of the double version, using getReal.
  • why some classes like FieldTransform do not inherit from it even though they have such a shiftedBy method.

Best,
Romain.

Hi @Serrof,

A mistake? I think it should be like you say.

Best,
Maxime

FYI I’ve proposed a fix in this MR

Cheers,
Romain.