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