Next: 4.3 Releasing memory Up: 4 Dynamic memory management Previous: 4.1 Determining how much

4.2 Allocating memory

Code of the form
      ir1=icorr(n1)
      ii2=icori(n2)
allocates, respectively, a real array of length n1 starting at q(ir1), and an integer array of length n2 starting at q(ii2).

P.J. Knowles and H.-J. Werner
molpro-support@tc.bham.ac.uk
Jan 10, 2000