Fix: Remove deprecated global LebesgueOrder::Block

This commit is contained in:
2025-06-23 11:46:20 +01:00
parent cb538bfbf1
commit 2f1ac65b5d

View File

@ -1032,11 +1032,7 @@ int main(int argc, char **argv)
CartesianCommunicator::SetCommunicatorPolicy(
CartesianCommunicator::CommunicatorPolicySequential);
#ifdef KNL
LebesgueOrder::Block = std::vector<int>({8, 2, 2, 2});
#else
LebesgueOrder::Block = std::vector<int>({2, 2, 2, 2});
#endif
Benchmark::Decomposition();
int sel = 4;