Changeset 7384
- Timestamp:
- 12/09/10 15:56:51 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/components/bio-formats/src/loci/formats/in/ScreenReader.java
r7379 r7384 294 294 String wellID = MetadataTools.createLSID("Well", plate, well); 295 295 store.setWellID(wellID, plate, well); 296 store.setWellColumn(new NonNegativeInteger( row), plate, well);297 store.setWellRow(new NonNegativeInteger( col), plate, well);296 store.setWellColumn(new NonNegativeInteger(col), plate, well); 297 store.setWellRow(new NonNegativeInteger(row), plate, well); 298 298 299 299 if (plateMaps[plate][row][col]) {
Note: See TracChangeset
for help on using the changeset viewer.