Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"Replicate" in Fortran

Status
Not open for further replies.

Bishamon

Programmer
Aug 17, 2004
1
DE
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top