mikibelavista
Technical User
- Jan 18, 2012
- 32
I have problem that I have two arrays and I want to associate their arguments.But I have not managed this with where construct.
real,dimension(100) :: d,v
d has 6 different values,if d is 3,how to take all array elements of v?
real,dimension(100) :: d,v
d has 6 different values,if d is 3,how to take all array elements of v?