Ignore:
Timestamp:
10/11/12 09:07:11 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/example/timeestimation/DefaultTimeEstimationPlugin.java

    r490 r497  
    4444 
    4545                // estimate remainingTaskLength 
    46                 double remainingLength =  task.getLength() * (1 - completionPercentage); 
     46                double remainingLength =  task.getLength() * (1 - completionPercentage/100); 
    4747                 
    4848                // do the calculation 
Note: See TracChangeset for help on using the changeset viewer.