Marco83
Mechanical
- Jun 21, 2006
- 8
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
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