Skip to content

propagation: Mark inherited functions with override keyword

In the propagation module, inherited functions (DoCalcRxPower() and DoAssignStreams()) should be marked with the override keyword, in order to explicitly mark them as implementations of the base class' abstract functions.

Merge request reports