- Timestamp:
- 11/30/12 11:08:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/example/timeestimation/DefaultTimeEstimationPlugin.java
r497 r681 55 55 56 56 // time is measured in integer units, so get the nearest execTime int value. 57 execTime = Math. ceil(execTime);57 execTime = Math.round(execTime); 58 58 return execTime; 59 59 }
Note: See TracChangeset
for help on using the changeset viewer.