Skip to content

Commit

Permalink
Removed unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-costa committed Feb 15, 2025
1 parent f55ff27 commit 6560e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timer.f90
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ subroutine timer_print(myid_arg)
real(dp), allocatable :: timing_results_acc(:,:), &
timing_results_min(:,:), &
timing_results_max(:,:)
integer :: i,myid,nproc,ierr,iend
integer :: i,myid,nproc,ierr
!
if(present(myid_arg)) then
myid = myid_arg
Expand Down

0 comments on commit 6560e66

Please sign in to comment.