Changeset 87
- Timestamp:
- Apr 4, 2006, 10:24:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/se/lu/onk/ReplicateError/src/replicateerror/AcrossAssays/ReplicateErrorAA.java
r80 r87 289 289 float int1; 290 290 float int2; 291 int position = -1;291 int position = Integer.MIN_VALUE; 292 292 try 293 293 { … … 307 307 int2 = Float.NaN; 308 308 } 309 if (position > = 0)309 if (position > Integer.MIN_VALUE) 310 310 { 311 311 Spot s = replicate.getAssaySpot(assayGroup.get(i));
Note: See TracChangeset
for help on using the changeset viewer.