fix failing tests, remove redundant PlotTestHarness code

This commit is contained in:
Gavin Ridley 2023-03-19 14:56:55 -04:00
parent 61cab3009a
commit 5e47f9daa4
8 changed files with 83 additions and 234 deletions

View file

@ -295,6 +295,7 @@ private:
* to mean not having matching intersection lengths, but rather having
* a matching sequence of surface/cell/material intersections.
*/
struct TrackSegment;
bool trackstack_equivalent(const vector<TrackSegment>& track1,
const vector<TrackSegment>& track2) const;