Commit ab65956e authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Another fix of parallel for tutorial.

parent e23d9f69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ The `Device` can be either `Devices::Host` or `Devices::Cuda`. The first two par

The result is:

\include ParallelForExample_ug.out 
\include ParallelForExample.out 

## n-dimensional Parallel For<a name="n_dimensional_parallel_for"></a>