From: Jean-Paul Pelteret Date: Sat, 23 Mar 2019 15:30:43 +0000 (+0100) Subject: Pass queue_length and chunk_size to inner call to mesh_loop() X-Git-Tag: v9.1.0-rc1~259^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7856%2Fhead;p=dealii.git Pass queue_length and chunk_size to inner call to mesh_loop() --- diff --git a/include/deal.II/meshworker/mesh_loop.h b/include/deal.II/meshworker/mesh_loop.h index d1244d3950..9aa0ff4369 100644 --- a/include/deal.II/meshworker/mesh_loop.h +++ b/include/deal.II/meshworker/mesh_loop.h @@ -535,7 +535,9 @@ namespace MeshWorker sample_copy_data, flags, f_boundary_worker, - f_face_worker); + f_face_worker, + queue_length, + chunk_size); } } // namespace MeshWorker