Skip to content
Snippets Groups Projects
Commit adaab5f9 authored by Mathis Kelm's avatar Mathis Kelm
Browse files

Merge branch 'revert-746a1b39' into 'master'

Revert "Merge branch 'fix/multithreading-temp' into 'master'"

See merge request !3320
parents 746a1b39 c7e46c80
No related branches found
No related tags found
1 merge request!3320Revert "Merge branch 'fix/multithreading-temp' into 'master'"
Pipeline #22825 passed with stages
in 1 minute and 6 seconds
......@@ -67,7 +67,7 @@ public:
}
private:
const FunctorType& functor_;
FunctorType functor_;
std::size_t count_;
};
......@@ -86,7 +86,7 @@ public:
}
private:
const FunctorType& functor_;
FunctorType functor_;
Dune::IntegralRange<std::size_t> range_;
};
#endif
......@@ -107,7 +107,7 @@ public:
}
private:
const FunctorType& functor_;
FunctorType functor_;
std::size_t count_;
};
#endif // HAVE_TBB
......@@ -127,7 +127,7 @@ public:
}
private:
const FunctorType& functor_;
FunctorType functor_;
std::size_t count_;
};
#endif // HAVE_KOKKOS
......@@ -150,7 +150,7 @@ public:
}
private:
const FunctorType& functor_;
FunctorType functor_;
std::size_t count_;
};
#endif // HAVE_OPENMP
......
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