Skip to content
Snippets Groups Projects
Commit eea2164e authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Make YLoadBalanceForward a base of YaspFixedSizePartitioner

parent 2e15182b
No related branches found
No related tags found
1 merge request!628Make YLoadBalanceForward a base of YaspFixedSizePartitioner
Pipeline #54489 passed
......@@ -229,7 +229,7 @@ DUNE_NO_DEPRECATED_BEGIN
* \deprecated use FixedSizePartitioning
*/
template<int d>
class YaspFixedSizePartitioner : public YLoadBalance<d>
class YaspFixedSizePartitioner : public YLoadBalanceForward<d>
{
public:
typedef std::array<int, d> iTupel;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment