From 7ed086aa4f57c572b7f946b6a4a6fcf0cb6c9784 Mon Sep 17 00:00:00 2001 From: Phillip Allen Lane Date: Mon, 20 Nov 2023 22:09:45 -0600 Subject: [PATCH] remove TODO, it has been done --- DotMP/Chunk.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/DotMP/Chunk.cs b/DotMP/Chunk.cs index 6c9ccfa0..fabffb7d 100644 --- a/DotMP/Chunk.cs +++ b/DotMP/Chunk.cs @@ -454,7 +454,6 @@ private void ComputeIndicesN(int curr_iter, int[] indices) /// /// Executes a chunk using the action selected by ForAction.selector - /// TODO: Optimize this whole function. /// /// A reference to the current iteration. /// The start of the chunk, inclusive.