Commit 52f3eaad authored by John Bonn's avatar John Bonn
Browse files

Updated caminfo to remove extra lines between entries in append mode. m04272

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7648 41f8697f-d340-4b68-9986-7bafba869bb8
parent 5508280d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -426,6 +426,6 @@ void GenerateCSVOutput(Cube *incube,

  keys.remove(QRegExp(delim + "$")); // Get rid of the extra delim char (",")
  values.remove(QRegExp(delim + "$")); // Get rid of the extra delim char (",")
  outFile << keys << endl << values << endl;
  outFile << keys << endl << values;
  outFile.close();
}