From 12b0494f570392e488c04df158cc5457a5dd59d4 Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Sat, 23 Mar 2019 16:30:43 +0100 Subject: [PATCH] Pass queue_length and chunk_size to inner call to mesh_loop() --- include/deal.II/meshworker/mesh_loop.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5