From: Johannes Heinz Date: Sat, 24 Jun 2023 10:54:28 +0000 (+0200) Subject: fix comment in code snippet X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c7c3adeee51d8c17469761af11cd6168299040c;p=release-papers.git fix comment in code snippet --- 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