Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/virtualcell/vcell.git
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jun 18, 2018
2 parents 1e71fc5 + b737381 commit 06bd320
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public int getSizeC() {
}

public int getSizeT() {
return (imageTimeStamps!=null)?(imageTimeStamps.length):(1);
return (imageTimeStamps!=null && imageTimeStamps.length>0)?(imageTimeStamps.length):(1);
}

public int[] getZCT(int index) {
Expand Down

0 comments on commit 06bd320

Please sign in to comment.