Hi
I have one array "A" with N values and another one "B" with also N values. The values in "B" are a flag (let's say YES or NO) to decide if a certain position n, 1<n<N has to be written twice in a third array "C" of dimension M>N
Something like this:
DO n=1,N m=1,M
IF B(n) = NO then
C(m) =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.