Add back 'end subroutine' that was accidentally deleted

This commit is contained in:
Paul Romano 2016-11-16 09:16:03 -06:00
parent fb009c6b5e
commit 0bd1ddd569

View file

@ -211,6 +211,8 @@ contains
call MPI_TYPE_CREATE_STRUCT(5, bank_blocks, bank_disp, &
bank_types, MPI_BANK, mpi_err)
call MPI_TYPE_COMMIT(MPI_BANK, mpi_err)
end subroutine initialize_mpi
#endif
!===============================================================================