AMS_Memory_set_field_block

Sets the starting and ending indices in each direction of a multidimensional array stored as a field in an AMS Memory object

Synopsis

int AMS_Memory_set_field_block(AMS_Memory mem, char *name,
                               int dim, int *start, int *end)

Input Parameters

mem
the AMS memory object
name
the name of the field
dim
number of dimensions
start
array of starting indices (one per dimension)
end
array of ending indices (one per dimension)

Location:amspub.c