Re: trouble with initializing array of complex type



See below

"qsc" <qingshan.chen@xxxxxxxxx> wrote in message
news:1169649895.799762.255260@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
This problem seems strange to me. Hope I can get some help or hint from
you.
Let's first look at this following code:
************************CODE
1******************************************
program cmpx_init
complex, dimension(1:9):: a0
integer:: i

do i = 1,9
a0(i) = (0.1*i, 0.1*i)

a0(i) = (0.1, 0.1) * i


<snip>

Les


.



Relevant Pages