Skip to content

Commit

Permalink
remove unmatching comment block
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallic2 committed Oct 4, 2023
1 parent 2e22913 commit 77e6d84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions axis_utils/include/axis_utils2.inc
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@
enddo
if (rval < array(1) .or. rval > array(ia)) then
! if (rval < array(1)) frac_index = 1.
! if (rval > array(ia)) frac_index = float(ia)
FRAC_INDEX_ = -1.0_lkind
else
i = 1
Expand Down

0 comments on commit 77e6d84

Please sign in to comment.