Re: trouble with initializing array of complex type
- From: "Les" <l.neilson@xxxxxxxxxxxxxxxxxxx>
- Date: Wed, 24 Jan 2007 15:11:13 -0000
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
.
- References:
- Prev by Date: Re: trouble with initializing array of complex type
- Next by Date: attn: mark - genuinely inspiring fast downloads - vir ruttu fevyo - (1/1)
- Previous by thread: Re: trouble with initializing array of complex type
- Next by thread: attn: mark - genuinely inspiring fast downloads - vir ruttu fevyo - (1/1)
- Index(es):
Relevant Pages
|