Commit 52977cee authored by Kristin Berry's avatar Kristin Berry Committed by Makayla Shepherd
Browse files

Fixed spacing issues in ControlNetStatistics

parent a6b73c23
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -337,7 +337,7 @@ namespace Isis {
    // Log into the output file
    ostm << "Filename, SerialNumber, TotalPoints, PointsIgnored, PointsEditLocked, Fixed, Constrained, Free, ConvexHullRatio" <<  endl;
    //for (it = mImageMap.begin(); it != mImageMap.end(); it++) {
//    for (it = mSerialNumMap.begin(); it != mSerialNumMap.end(); it++) {

    for (it = mSerialNumMap.begin(); it != mSerialNumMap.end(); it++) {
      ostm << mSerialNumList.fileName(it.key()) << ", " << it.key() << ", ";
      bool serialNumExists = it.value();