Skip to content

Commit 5780814

Browse files
committed
Repair some broken paragraph numbers
1 parent aad04c4 commit 5780814

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

algorithms.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1>Wavefront Application</h1>
1919
</ul>
2020

2121
<cxx-note>This includes evaluations occurring in function invocations.</cxx-note>
22-
</p>
22+
<!-/p ->
2323

2424
<p>
2525
An evaluation A is <i>ordered before</i> an evaluation B if A is deterministically
@@ -56,7 +56,7 @@ <h1>Wavefront Application</h1>
5656
Informally, A is a vertical antecedent of B if A is sequenced immediately before B or A is nested zero or
5757
more levels within a statement S that immediately precedes B.
5858
</cxx-note>
59-
</p>
59+
<!-/p ->
6060

6161
<p>
6262
In the following, <i>X<sub>i</sub></i> and <i>X<sub>j</sub></i> refer to evaluations of the <i>same</i> expression
@@ -78,7 +78,6 @@ <h1>Wavefront Application</h1>
7878
<cxx-note>
7979
<i>Horizontally matched</i> establishes a theoretical <i>lock-step</i> relationship between evaluations in different applications of an element access function.
8080
</cxx-note>
81-
</p>
8281

8382
<p>
8483
Let <i>f</i> be a function called for each argument list in a sequence of argument lists.
@@ -97,7 +96,6 @@ <h1>Wavefront Application</h1>
9796
<cxx-note>
9897
The relationships between A<sub>i</sub> and B<sub>i</sub> and between A<sub>j</sub> and B<sub>j</sub> are <i>sequenced before</i>, not <i>vertical antecedent</i>.
9998
</cxx-note>
100-
</p>
10199
</cxx-section>
102100

103101
<cxx-section id="parallel.alg.ops">

0 commit comments

Comments
 (0)