ome/bioformats

May need to replace single | with double ||

Closed this issue · 0 comments

if (w == null || h == null || t == null || z == null | c == null) {

| c== null

should be?

|| c == null