Skip to content

Commit bf3475b

Browse files
committed
Forgot to define ncols.
1 parent 184388e commit bf3475b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/strings.f90

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ function str_uniq(str,delim) result(strout)
159159
character(len=:), allocatable :: ctemp
160160
character(len=:), allocatable :: col,ucol
161161
integer :: n,nn
162-
integer :: nmatch,nuniq
162+
integer :: ncols,nmatch,nuniq
163+
ncols=0
163164
nmatch=0
164165
nuniq=0
165166
strout=""

0 commit comments

Comments
 (0)