next up previous print clean
Next: The main program environment Up: MEMORY ALLOCATION Previous: MEMORY ALLOCATION

Memory allocation in subroutines with sat

The sat preprocessor allows us to declare temporary arrays of arbitrary dimension, such as

temporary real*4 data(n1,n2,n3), convolution(j+k-1)

These declarations must follow other declarations and precede the executable statements.



Stanford Exploration Project
12/26/2000