Skip to content

Commit

Permalink
Merge pull request #380 from komatits/devel
Browse files Browse the repository at this point in the history
fixed a minor issue in a variable declaration
  • Loading branch information
komatits committed May 1, 2015
2 parents a83efbb + f420c4f commit afab080
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/specfem3D/get_attenuation.f90
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ subroutine get_attenuation_model_3D(myrank,iregion_code, &
scale_factor, tau_s, vnspec)

use constants_solver
use specfem_par,only: ATTENUATION_VAL,ADIOS_FOR_ARRAYS_SOLVER,LOCAL_PATH, &
I_should_read_the_database
use specfem_par,only: ATTENUATION_VAL,ADIOS_FOR_ARRAYS_SOLVER,LOCAL_PATH

implicit none

Expand Down

0 comments on commit afab080

Please sign in to comment.