Add plate well concentrations to output data

This commit is contained in:
2022-02-20 01:53:34 -06:00
parent c96b7237e9
commit 5d0e60708c
4 changed files with 14 additions and 10 deletions

View File

@@ -21,7 +21,6 @@ public class Plate {
this.size = size;
this.error = error;
this.concentrations = concentrations;
//this.stdDev = stdDev;
wells = new ArrayList<>();
}