Simplify CellLocatorBase
Currently CellLocatorBase
uses CRTP with its subclass. However, the only subclass method it calls is Build
. This could be more easily implemented as a simple virtual method.
System updates will be applied on Nov 25th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
Currently CellLocatorBase
uses CRTP with its subclass. However, the only subclass method it calls is Build
. This could be more easily implemented as a simple virtual method.