insert missing initialization of ierr
This commit is contained in:
parent
aca4c3ea87
commit
8cfabff257
@ -124,6 +124,8 @@ main( int argc,
|
||||
* Initialize some stuff
|
||||
*-----------------------------------------------------------*/
|
||||
|
||||
ierr = 0;
|
||||
|
||||
/* Initialize MPI */
|
||||
MPI_Init(&argc, &argv);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user