Skip to content

Commit

Permalink
Fixed bug in util_search
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 3, 2017
1 parent c6d3e00 commit 774a0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/util_search.f90
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ end subroutine util_search_double

subroutine util_search_double_1(arr,ind,n,val,klo)
use module_globals
use module_util, EXCEPT_THIS_ONE => util_search_double
use module_util, EXCEPT_THIS_ONE => util_search_double_1
implicit none

! Arguments
Expand Down

0 comments on commit 774a0cc

Please sign in to comment.