]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix warning in tests/quick_tests/mpi 4989/head
authorTimo Heister <timo.heister@gmail.com>
Tue, 29 Aug 2017 17:24:07 +0000 (13:24 -0400)
committerTimo Heister <timo.heister@gmail.com>
Tue, 29 Aug 2017 17:24:07 +0000 (13:24 -0400)
tests/quick_tests/mpi.cc

index 9694d637bac4770dedba6426a77a5b71c076b44d..5092c29e5ab81f77f0626dfb19ce8f6c60029125 100644 (file)
@@ -39,7 +39,7 @@ int main(int argc, char *argv[] )
 
   MPI_Barrier(MPI_COMM_WORLD);
 
-  int err;
+  int err = MPI_SUCCESS;
   int value = myrank;
 
   if (myrank==1)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.