fortran-src icon indicating copy to clipboard operation
fortran-src copied to clipboard

function call disambiguation stops at first level

Open mrd opened this issue 8 years ago • 0 comments

I am testing a function call of the following form:

y = dbl(dbl(x))

but only the outer dbl is recognised as a function call. The inner one remains interpreted as an array.

mrd avatar Apr 19 '16 16:04 mrd