Skip to content

Commit 0e299e2

Browse files
committed
Update to the new HPX API
1 parent 644892f commit 0e299e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lecture11.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ \section{Parallel algorithms}
350350

351351
std::vector<double> values = {1,2,3,4,5,6,7,8,9};
352352

353-
hpx::parallel::for_loop(
353+
hpx::for_loop(
354354
hpx::execution::par,
355355
0,
356356
values.size();

0 commit comments

Comments
 (0)