Deleted return statement in lbpm_segmented_decomp
This commit is contained in:
parent
c1bb5b6a2c
commit
c5baceae76
@ -264,8 +264,7 @@ int main(int argc, char **argv)
|
|||||||
// fwrite(SymDist.get(),8,SymDist.length(),SYMDIST);
|
// fwrite(SymDist.get(),8,SymDist.length(),SYMDIST);
|
||||||
fwrite(symid,1,N,SYMID);
|
fwrite(symid,1,N,SYMID);
|
||||||
fclose(SYMID);
|
fclose(SYMID);
|
||||||
return 0;
|
|
||||||
|
|
||||||
MPI_Barrier(comm);
|
MPI_Barrier(comm);
|
||||||
MPI_Finalize();
|
MPI_Finalize();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user