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

typo.

Former-commit-id: 858f34955567ab67a7b0fd4b8ab12e13fbcc2fa6
parent abf7c8ac
Branches
Tags
No related merge requests found
......@@ -238,7 +238,7 @@ void engine_repartition ( struct engine *e ) {
/* Make sure there are no zero weights. */
for ( k = 0 ; k < 26*nr_cells ; k++ )
if ( weights_e[k] == 0 )
weigths_e[k] = 1;
weights_e[k] = 1;
/* Allocate and fill the connection array. */
idx_t *offsets;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment