Skip to content
Snippets Groups Projects
Commit 77b70d5d authored by Robert K's avatar Robert K
Browse files

[bugfix][viewThreadSafe] SPGrid is view thread safe.

parent 65ef077b
No related branches found
No related tags found
No related merge requests found
Pipeline #54613 failed
......@@ -156,7 +156,7 @@ namespace Dune
struct viewThreadSafe< SPGrid< ct, dim, Ref, Comm > >
{
/** \brief \ref Dune::SPGrid "SPGrid" is not thread safe */
static const bool v = false;
static const bool v = true;
};
......
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