From: Bruno Turcksin Date: Wed, 25 Sep 2013 17:28:47 +0000 (+0000) Subject: Fix a bug in work_stream when using graph_coloring. X-Git-Tag: v8.1.0~730 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44a49d095793e01416d8e7f58bb79dcb3263773d;p=dealii.git Fix a bug in work_stream when using graph_coloring. git-svn-id: https://svn.dealii.org/trunk@30922 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/work_stream.h b/deal.II/include/deal.II/base/work_stream.h index 51b1655d4d..9ab55fec7f 100644 --- a/deal.II/include/deal.II/base/work_stream.h +++ b/deal.II/include/deal.II/base/work_stream.h @@ -1154,7 +1154,8 @@ namespace WorkStream std_cxx1x::_1), sample_scratch_data, sample_copy_data, - get_conflict_indices, + std_cxx1x::bind(get_conflict_indices, + std_cxx1x::ref (main_object)), queue_length, chunk_size); }