Skip to content
Snippets Groups Projects
Commit 73b38abf authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixed namespace in ParallelFor.h.

parent c1a71beb
No related branches found
No related tags found
1 merge request!44Tutorials
...@@ -37,7 +37,7 @@ namespace TNL { ...@@ -37,7 +37,7 @@ namespace TNL {
* It contains algorithms like for-loops, memory operations, (parallel) reduction, * It contains algorithms like for-loops, memory operations, (parallel) reduction,
* multireduction, scan etc. * multireduction, scan etc.
*/ */
namespace Algorithms namespace Algorithms {
// TODO: ParallelForMode should be moved to Device (=Executor) // TODO: ParallelForMode should be moved to Device (=Executor)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment