From 094c4a3c99076ee7426cfa969c18f8258811c813 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 24 Jun 2023 15:58:33 -0600 Subject: [PATCH] Update 9.5/paper.tex Co-authored-by: Timo Heister --- 9.5/paper.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/9.5/paper.tex b/9.5/paper.tex index 87c707f..82aff24 100644 --- a/9.5/paper.tex +++ b/9.5/paper.tex @@ -646,8 +646,8 @@ The whole procedure is done communication-free. auto point_data = intersection_data.template convert_to_distributed_compute_point_locations_internal( n_points_1D, tria, mapping, - // following parameter is optional - // setting it true requires additional communication + // The following parameter is optional and setting it to + // true requires additional communication consistent_numbering_of_sender_and_receiver); // use point_data to reinit RemotePointEvaluation -- 2.39.5