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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cell array in FORTRAN90

Status
Not open for further replies.

Marco83

Mechanical
Joined
Jun 21, 2006
Messages
8
Location
US
Hello,
I wrote a molecular dynamics code in matlab and now I want to translate it into FORTRAN90 to speed up the computational procedure. The problem is that in my program I use a cell array. In every cell of the cell array I have a vector. The dimension of these vectors changes at every time step.

I wanted to know if anyone knows how to do this in FORTRAN.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top