Skip to content
Snippets Groups Projects
Commit 6bee05dd authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

typo.

Former-commit-id: 12ec782c8cbb0ef1883ecd0925a9ce313edee40c
parent 14b47f55
No related branches found
No related tags found
No related merge requests found
......@@ -255,9 +255,9 @@ void engine_repartition ( struct engine *e ) {
/* Init the weights arrays. */
/* bzero( weights_e , sizeof(idx_t) * 26*nr_cells );
bzero( weights_v , sizeof(idx_t) * nr_cells ); */
for ( k = 0 ; k < 26*nr_nodes ; k++ )
for ( k = 0 ; k < 26*nr_cells ; k++ )
weights_e[k] = 1;
for ( k = 0 ; k < nr_nodes ; k++ )
for ( k = 0 ; k < nr_cells ; k++ )
weights_v[k] = 1;
/* Loop over the tasks... */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment