Add plate well concentrations to output data

This commit is contained in:
2022-02-20 02:23:31 -06:00
parent 52afb1edc2
commit 284a5b3a40
2 changed files with 1 additions and 1 deletions

View File

@@ -499,7 +499,7 @@ public class UserInterface {
System.out.println("No cell sample found.");
System.out.println("Returning to main menu.");
}
else if(plate.getWells().size() == 0){
else if(plate.getWells().size() == 0 || plate.getConcentrations().length == 0){
System.out.println("No sample plate found.");
System.out.println("Returning to main menu.");
}