Finish reverting back to wells-as-rows

This commit is contained in:
2022-02-20 20:54:44 -06:00
parent 9b18fac74f
commit e5ddc73723
3 changed files with 1 additions and 12 deletions

View File

@@ -99,7 +99,7 @@ public class PlateFileWriter {
else {
printer.printComment("Std. dev.: " + stdDev);
}
printer.printRecords(rows);
printer.printRecords(wellsAsStrings);
} catch(IOException ex){
System.out.println("Could not make new file named "+filename);
System.err.println(ex);