Skip to content
Snippets Groups Projects
Commit 61b42293 authored by Berenger Bramas's avatar Berenger Bramas
Browse files

Debug when number of processes equal to problem size

parent 36d8586d
Branches
Tags
2 merge requests!21Bugfix/nansampling,!3Bugfix/event manager show html
......@@ -95,7 +95,7 @@ inline void partition_extra_z(real_number* array, const int size, const int nb_p
partitions_offset[nb_partitions] = size;
if(nb_partitions == 1){
partitions_size[0] = 0;
partitions_size[0] = size;
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment