There was an error while loading. Please reload this page.
1 parent 2baae5c commit 568bff6Copy full SHA for 568bff6
MultiSource/Benchmarks/Olden/mst/main.c
@@ -85,7 +85,7 @@ static Vertex MyVertexList = NULL;
85
86
static BlueReturn Do_all_BlueRule(Vertex inserted, int nproc, int pn) {
87
future_cell_BlueReturn fcleft = { 0 };
88
- BlueReturn retright;
+ BlueReturn retright = { 0 };
89
90
if (nproc > 1) {
91
fcleft.value = Do_all_BlueRule(inserted,nproc/2,pn+nproc/2);
0 commit comments