Skip to content
Snippets Groups Projects
Commit f290a3b4 authored by Stephan Schulz's avatar Stephan Schulz
Browse files

document histogram setMethodData (#22)

parent 0fc87520
Branches
Tags 2023
1 merge request!8Refactor
......@@ -498,6 +498,10 @@ public:
/// balancing methods
/// @param[in] data pointer to a struct or other data object in the format the
/// methods requires
///
/// For the histogram method the number of bins per dimensions can be given
/// as a C array of `int`s. The length of the array must be the number of
/// dimensions given to the load balancer. BE CAREFUL this is not enforced!
void setMethodData(const void *data) {
balancer.get()->setAdditionalData(data);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment