Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyixi committed Aug 18, 2020
1 parent 839ea41 commit 3d9d2ee
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,7 +68,7 @@ function main()
kernel_d670_all[:,:,:,iproc] = sem_d670_read(base_dir, iproc - 1, boudary_disc_data.NSPEC2D_670)
mesh_data_iproc = sem_mesh_data()
mesh_data_iproc = sem_mesh_read(base_dir, iproc - 1)
for ispec in ibelm_670_top
for ispec in boudary_disc_data.ibelm_670_top
for igllx in 1:NGLLX
for iglly in 1:NGLLY
iglob = mesh_old.ibool[igllx,iglly,1,ispec]
Expand Down

0 comments on commit 3d9d2ee

Please sign in to comment.