New issue 26 by omar.aw...@gmail.com: Parser chokes on arrays of derived
types
http://code.google.com/p/f2py/issues/detail?id=26
Hi Pearu,
I couldn't figure out how to fix this one yet.. but here a test case that
makes the parser unhappy:
=========
MODULE testa
TYPE t
INTEGER :: x
END TYPE
CONTAINS
SUBROUTINE f(arga)
INTEGER :: arga
TYPE(t), DIMENSION(2) :: v
v(1)%x = 23
v(2)%x = 42
END SUBROUTINE f
END MODULE testa
=========
cheers,
omar
Comment #1 on issue 26 by pearu.peterson: Parser chokes on arrays of
derived types
http://code.google.com/p/f2py/issues/detail?id=26
This issue was closed by revision ec5eb01a4e.