- Timestamp:
- 10/11/12 09:07:11 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/example/timeestimation/DefaultTimeEstimationPlugin.java
r490 r497 44 44 45 45 // estimate remainingTaskLength 46 double remainingLength = task.getLength() * (1 - completionPercentage );46 double remainingLength = task.getLength() * (1 - completionPercentage/100); 47 47 48 48 // do the calculation
Note: See TracChangeset
for help on using the changeset viewer.