Changeset 1166 for DCWoRMS/branches/coolemall/src/schedframe
- Timestamp:
- 08/01/13 15:09:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/resources/computing/profiles/energy/power/ui/ComputingNodePowerInterface.java
r497 r1166 29 29 ComputingNode computingNode = (ComputingNode) resource; 30 30 boolean pePowerStateChangeStatus = false; 31 if(computingNode.getProcessors() != null) 32 { 31 if(computingNode.getProcessors() != null) { 33 32 for(ComputingResource child:computingNode.getProcessors()){ 34 33 if(child.getPowerInterface() != null){
Note: See TracChangeset
for help on using the changeset viewer.