mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-14 16:27:14 +02:00

Co-authored-by: Patrick <patrick.sieberer@psi.ch> Co-authored-by: JulianHeymes <julian.heymes@psi.ch>
8 lines
157 B
C++
8 lines
157 B
C++
|
|
#include <utility>
|
|
#include <vector>
|
|
|
|
namespace aare {
|
|
std::vector<std::pair<int, int>> split_task(int first, int last, int n_threads);
|
|
|
|
} // namespace aare
|