Unverified Commit f48010ae authored by ihumphrey's avatar ihumphrey Committed by GitHub
Browse files

update trackingtable unittest to catch by ref not value

parent 6845b936
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ int main(int argc, char *argv[]) {
        cout << "FileName with pixel value " << i << ": "
             << trackingTable2.pixelToFileName(i).name() << endl;
      }
      catch (IException e) {
      catch (IException &e) {
        cout << "FileName with pixel value " << i
             << " does not exist and an exception is thrown." << endl;
        e.print();