hi
i have to port an idl(rsi) proggy to fortran and i dont know how to convert the following construction:
[IDL]
A={ u:0.0}
num=10
B=replicate(A,num)
in idl i can "replicate" the structure A at any time in the program to record B
unfortunately the fortran replicate and idl replicate seems not to be the same
can anyone help me?
i have to port an idl(rsi) proggy to fortran and i dont know how to convert the following construction:
[IDL]
A={ u:0.0}
num=10
B=replicate(A,num)
in idl i can "replicate" the structure A at any time in the program to record B
unfortunately the fortran replicate and idl replicate seems not to be the same
can anyone help me?