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

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/example/localplugin/FCFSBF_ClusterPlugin.java

    r531 r570  
    108108                                } 
    109109 
    110                                 ProcessingElements result = new ProcessingElements(); 
    111                                 result.addAll(choosenResources); 
    112                                 map.put(StandardResourceUnitName.PE, result); 
     110                                ProcessingElements pe = new ProcessingElements(); 
     111                                pe.addAll(choosenResources); 
     112                                map.put(StandardResourceUnitName.PE, pe); 
    113113                                 
    114114                                int memoryRequest; 
Note: See TracChangeset for help on using the changeset viewer.