Browse Source

fix cppcheck issue

Olivier Aumage 7 years ago
parent
commit
be40b957c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mpi/examples/mpi_lu/pxlu.c

+ 1 - 1
mpi/examples/mpi_lu/pxlu.c

@@ -555,8 +555,8 @@ static void create_task_21_recv(unsigned k, unsigned i)
 				tag_array[ndeps++] = TAG22(k-1, i, j);
 				tag_array[ndeps++] = TAG22(k-1, i, j);
 #else
 #else
 				tag_array[ndeps++] = TAG22(k-2, i, j);
 				tag_array[ndeps++] = TAG22(k-2, i, j);
-		}
 #endif
 #endif
+		}
 	}
 	}
 
 
 	int source = get_block_rank(i, k);
 	int source = get_block_rank(i, k);