Fortran Wiki
Dynamic memory allocation
The allocate
statement, introduced in Fortran 90, allows dynamic allocation of memory for variables with the allocatable
attribute.
Example Code
Revised on May 4, 2013 14:11:56
by
Anonymous Coward
(78.51.103.51)
(184 characters / 0.0 pages)