mirror of
https://github.com/13hannes11/UU_la_parallel_programming_practical_assignments.git
synced 2024-09-04 00:50:58 +02:00
fix compilation error
This commit is contained in:
@@ -41,6 +41,7 @@ std::vector<operation> generate_operations_uniform(){
|
||||
break;
|
||||
}
|
||||
}
|
||||
return operations;
|
||||
}
|
||||
|
||||
void run_worker(std::vector<operation>* operations, Stack* stack) {
|
||||
|
||||
Reference in New Issue
Block a user