Skip to content
Snippets Groups Projects
Commit a31e519c authored by Dave Moxey's avatar Dave Moxey
Browse files

Merge branch 'fix/loki-thread' into 'master'

Fix Loki initialisation in Extrapolate for threading.

This MR fixes a bug in Extrapolate class with Loki initialisation.

See merge request !492
parents 74d273af c2501029
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,8 @@ namespace Nektar
{
typedef Loki::SingletonHolder<ExtrapolateFactory,
Loki::CreateUsingNew,
Loki::NoDestroy > Type;
Loki::NoDestroy,
Loki::SingleThreaded > Type;
return Type::Instance();
}
......
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