Skip to content

Commit

Permalink
unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Hahn <hahnse@ornl.gov>
  • Loading branch information
quantumsteve committed Apr 25, 2024
1 parent 10e95af commit 867dc76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/korc_ppusher.f90
Original file line number Diff line number Diff line change
Expand Up @@ -3189,7 +3189,7 @@ subroutine advance_FOinterp_vars(tt,a,q_cache,m_cache,params,X_X,X_Y,X_Z, &

REAL(rp),DIMENSION(params%pchunk) :: ne,Te,Zeff

INTEGER :: cc,dd,pchunk
INTEGER :: cc,pchunk
!! Chunk iterator.

INTEGER(is) ,DIMENSION(params%pchunk),intent(inout) :: flagCon,flagCol
Expand Down Expand Up @@ -3579,7 +3579,7 @@ subroutine advance_FOfio_vars(tt,a,q_cache,m_cache,params,X_X,X_Y,X_Z, &

REAL(rp),DIMENSION(params%pchunk) :: ne,Te,Zeff

INTEGER :: cc,dd,pchunk
INTEGER :: cc,pchunk
!! Chunk iterator.

INTEGER(is) ,DIMENSION(params%pchunk),intent(inout) :: flagCon,flagCol
Expand Down

0 comments on commit 867dc76

Please sign in to comment.