automatic code-reformat
All checks were successful
Validate Operations / validate-operations (push) Successful in 18m22s
All checks were successful
Validate Operations / validate-operations (push) Successful in 18m22s
This commit is contained in:
@@ -43,7 +43,5 @@ bool TaskDCP::hasDescendent(TaskDCP* child) {
|
||||
return false;
|
||||
}
|
||||
|
||||
//TODO fare qualcosa di sensato
|
||||
int TaskDCP::computeWeight(GraphDCP* graph, CPU cpu) {
|
||||
return orig_weight;
|
||||
}
|
||||
// TODO fare qualcosa di sensato
|
||||
int TaskDCP::computeWeight(GraphDCP* graph, CPU cpu) { return orig_weight; }
|
||||
|
||||
Reference in New Issue
Block a user