Skip to content

Commit dc026eb

Browse files
committed
Source code cosmetics
1 parent 02a4d4b commit dc026eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

refine/prog/refine_kdo.f90

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,11 @@ SUBROUTINE refine_mache_kdo (line, lend, length)
6060
LOGICAL , INTENT( OUT) :: lend
6161
INTEGER , INTENT(INOUT) :: length
6262
!
63-
CHARACTER (LEN=PREC_STRING) :: string
6463
CHARACTER (LEN=MAX(PREC_STRING,LEN(line))) :: tohead != ' '
6564
CHARACTER (LEN=MAX(PREC_STRING,LEN(line))) :: zeile != ' '
6665
CHARACTER (LEN=MAX(PREC_STRING,LEN(line))), DIMENSION(MAXW) :: cpara != ' '
6766
CHARACTER (LEN= 10) :: befehl = ' '
68-
INTEGER :: indxb, indxg, lcomm, lbef, indxt , len_string
67+
INTEGER :: indxb, indxg, lcomm, lbef, indxt
6968
!INTEGER :: n_pop ! dummy for allocation
7069
!INTEGER :: kid, indiv, nindiv
7170
INTEGER , DIMENSION(MAXW) :: lpara = 0

0 commit comments

Comments
 (0)