Commit 9e8b32ad3e9bb2b6a4e203c172b6ce535fe9f4ab

Authored by Scott Klum
1 parent 50e50fe6

Fixed evalOutput debug statement to output correct TAR label

Showing 1 changed file with 1 additions and 1 deletions
openbr/plugins/output.cpp
... ... @@ -384,7 +384,7 @@ class evalOutput : public MatrixOutput
384 384  
385 385 double mean, stddev;
386 386 Common::MeanStdDev(TARs, &mean, &stddev);
387   - qDebug("TAR @ FAR = 0.001: %.3f +/- %.3f", mean, stddev);
  387 + qDebug("TAR @ FAR = 0.01: %.3f +/- %.3f", mean, stddev);
388 388 }
389 389 }
390 390 }
... ...