Skip to content
  • Will Bainbridge's avatar
    lagrangian: Un-templated the tracking data · 87c15bf1
    Will Bainbridge authored and Andrew Heather's avatar Andrew Heather committed
    Tracking data classes are no longer templated on the derived cloud type.
    The advantage of this is that they can now be passed to sub models. This
    should allow continuous phase data to be removed from the parcel
    classes. The disadvantage is that every function which once took a
    templated TrackData argument now needs an additional TrackCloudType
    argument in order to perform the necessary down-casting.
    87c15bf1