From 1c7c3adeee51d8c17469761af11cd6168299040c Mon Sep 17 00:00:00 2001 From: Johannes Heinz Date: Sat, 24 Jun 2023 12:54:28 +0200 Subject: [PATCH] fix comment in code snippet --- 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 9fe81ad..87c707f 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 would need additional - // communication + // following parameter is optional + // setting it true requires additional communication consistent_numbering_of_sender_and_receiver); // use point_data to reinit RemotePointEvaluation -- 2.39.5