]> https://gitweb.dealii.org/ - dealii.git/commitdiff
use conventional way of calling static method to please nvcc 3717/head
authorKarl Ljungkvist <k.ljungkvist@gmail.com>
Thu, 29 Dec 2016 15:39:07 +0000 (16:39 +0100)
committerKarl Ljungkvist <k.ljungkvist@gmail.com>
Thu, 29 Dec 2016 15:39:07 +0000 (16:39 +0100)
include/deal.II/base/thread_management.h

index e975b972892d31fad6e5ced97804232fd7d7a5c8..75952bfe593ce49f2ae7aaa110c62be63ebeac00 100644 (file)
@@ -2918,7 +2918,7 @@ namespace Threads
       task->set_ref_count (2);
 
       tbb::task *worker = new (task->allocate_child()) TaskEntryPoint<RT>(*this);
-      task->spawn (*worker);
+      tbb::task::spawn (*worker);
     }
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.