Next: The main program environment
Up: MEMORY ALLOCATION
Previous: MEMORY ALLOCATION
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
10/21/1998