Skip to content

Commit

Permalink
fixed an undeclared variable
Browse files Browse the repository at this point in the history
  • Loading branch information
komatits committed Jul 7, 2012
1 parent 2b9c5bc commit 126c2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/auto_ner.f90
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ end subroutine compute_nex

subroutine get_element(points, ispec, npts, pts)
implicit none
integer :: npts,ispec,istart_left,istart_right
integer :: npts,ispec,istart_left,istart_right,i
integer, parameter :: NBNODE = 8
double precision pts(NBNODE+1,2), points(npts,2)

Expand Down

0 comments on commit 126c2da

Please sign in to comment.