Changeset 1315 for DCWoRMS/branches


Ignore:
Timestamp:
03/31/14 16:01:10 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/dcworms/schedframe/scheduling/Executable.java

    r1299 r1315  
    250250                        } 
    251251                        ResourceHistoryItem resHistItem = new ResourceHistoryItem(getUsedResources().getLast().getResourceUnits(), currentDateTime); 
     252                        resHistItem.setCompletionPercentage(0); 
    252253                        addUsedResources(resHistItem); 
    253254                } 
Note: See TracChangeset for help on using the changeset viewer.