Commit bfb9ee14 authored by remicres's avatar remicres
Browse files

Add comments

Showing with 1 addition and 0 deletions
+1 -0
...@@ -51,6 +51,7 @@ namespace lsgrm ...@@ -51,6 +51,7 @@ namespace lsgrm
if (myrank == 0) if (myrank == 0)
std::cout << "\nRemoving duplicated nodes and updating neighbors..." << std::endl; std::cout << "\nRemoving duplicated nodes and updating neighbors..." << std::endl;
// TODO this might be parallelized...
for(unsigned int row = 0; row < nbTilesY; ++row) for(unsigned int row = 0; row < nbTilesY; ++row)
{ {
for(unsigned int col = 0; col < nbTilesX; col++) for(unsigned int col = 0; col < nbTilesX; col++)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment