Merge branch 'foxagain' into 'develop'

[skip-CI] FoX replacement not so smart

See merge request QEF/q-e!1911
This commit is contained in:
giannozz 2022-07-09 20:20:45 +00:00
commit e401677307
1 changed files with 1 additions and 1 deletions

View File

@ -661,7 +661,7 @@ scan: do i=la-l0+1,la
if ( i1 > 0 ) then
! token found
cvec(i)=root%data(i0:i0+i1-2)
i0=i0+i1
i0=i0+i1-1
else if ( i1 == 0 .and. i0 < len_trim(root%data) ) then
! last token found
cvec(i)=root%data(i0:)