Skip to content

Commit ccab0c3

Browse files
Copilotmahf708
andcommitted
Remove unused variables from bndry_mod_base.F90 and checksum_mod.F90
Co-authored-by: mahf708 <[email protected]>
1 parent 25b1ec5 commit ccab0c3

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

components/homme/src/checksum_mod.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ subroutine test_ghost(hybrid,elem,nets,nete)
392392
real (kind=real_kind) :: cin(2,2,nlev,nets:nete) !CE: fvm tracer
393393
real (kind=real_kind) :: cout(-1:4,-1:4,nlev,nets:nete) !CE: fvm tracer
394394
integer :: i,j,k,m,n,ie,kptr,np1,np2,nc,nc1,nc2
395-
logical :: fail,fail1,fail2
395+
logical :: fail
396396
real (kind=real_kind) :: tol=.1
397397
call syncmp(hybrid%par)
398398
if (hybrid%par%masterproc) print *,'testing ghost exchange'

components/homme/src/share/bndry_mod_base.F90

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -979,10 +979,7 @@ subroutine sort_neighbor_buffer_mapping(par,elem,nets,nete)
979979

980980
real (kind=real_kind) :: cin(2,2,4) ! 1x1 element input data
981981
real (kind=real_kind) :: cout(2,2,4,max_neigh_edges+1) ! 1x1 element output data
982-
real (kind=real_kind) :: u (2,2,4)
983-
integer :: i,j,ie,kptr,np1,np2,nc,k,nlev,patch_size,l,l2,sum1,sum2,m
984-
logical :: fail,fail1,fail2
985-
real (kind=real_kind) :: tol=.1
982+
integer :: i,j,ie,kptr,nc,k,nlev,patch_size,l,sum1,sum2
986983

987984
if (par%masterproc) write(iulog,*) 'creating sorted ghost cell neigbor map...'
988985
if (par%masterproc) write(iulog,*) 'checking ghost cell neighbor buffer sorting...'

0 commit comments

Comments
 (0)