Skip to content

Commit

Permalink
ParallelMPI: Add missing return statement
Browse files Browse the repository at this point in the history
Change-Id: Ie23821e2a0c527637a7b863c0edad752374dd5a3
  • Loading branch information
mathstuf committed Apr 16, 2014
1 parent 3c35e55 commit b6e69cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Parallel/MPI/Testing/Cxx/TestNonBlockingCommunication.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,7 @@ int TestNonBlockingCommunication( int argc, char **argv )

myController->Finalize();
myController->Delete();

return 0;
}

0 comments on commit b6e69cb

Please sign in to comment.