Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
komatits committed Sep 22, 2018
1 parent 3544f54 commit 28572db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/decompose_mesh/module_database.f90
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ subroutine compute_adjcy_table(myrank, elmnts, nE)
! deallocate temporary arrays to save memory
deallocate(nelmnts_by_node, stored_elements, nb_neigh, elmnts_by_node)

if (myrank == 0) write(27,*) ' END OF ADJACY TABLE COMPUTATION'
if (myrank == 0) write(27,*) ' END OF ADJACENCY TABLE COMPUTATION'

end subroutine compute_adjcy_table

Expand Down
6 changes: 3 additions & 3 deletions src/decompose_mesh/program_decompose_mesh_mpi.f90
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ program xdecompose_mesh_mpi
call send_partition_mesh_to_all(myrank, ipart, npartX*npartY*npartZ)
call send_mesh_to_all(myrank)

! 4/ write partitionned mesh in one file per proc
! 4/ write partitioned mesh in one file per proc
call prepare_database(myrank, elmnts, nspec)
call write_database(myrank, ipart, elmnts, nodes_coords, elmnts_glob, mat, mat_prop, undef_mat_prop, &
count_def_mat, count_undef_mat, ibelm_xmin, ibelm_xmax, ibelm_ymin, ibelm_ymax, &
Expand Down Expand Up @@ -410,8 +410,8 @@ end subroutine send_partition_mesh_to_all
!
!
! send whole arrays from master to other
! (it's small arrays that not need to be distributed
! execpt for elmnts_glob)
! (it is small arrays that do not need to be distributed
! except for elmnts_glob)
!
!
!-------------------------------------------------------
Expand Down

0 comments on commit 28572db

Please sign in to comment.