Recent content by ZackVM
-
Z
Fortran Memory Allocation issues in FORTRAN 90
Sorry, I was being dumb; I just didn't catch that typo. Thanks very much; it works now. I changed input1 to input2. I am reading from two separate files, and then building an array for each file, which is why I needed to I/O units. Thanks again!- ZackVM
- Post #4
- Forum: Programming and Computer Science
-
Z
Fortran Memory Allocation issues in FORTRAN 90
I'm having trouble allocating memory for a dynamic two dimensional array in FORTRAN 90; the odd thing is that when I did the same thing using three on dimensional arrays instead of an array with the dimensions 3*x, I didn't have a problem. read (1,*) ndat1 !The first line of every file is...- ZackVM
- Thread
- Fortran Issues Memory
- Replies: 3
- Forum: Programming and Computer Science