NAME

sep3d_reshape - reshape a dataset


SYNOPSIS

call sep3d_reshape(struct)


INPUT PARAMETERS

struct - sep3d
      structure
n - int*
      axis remapping


DESCRIPTION

 Change the dimensions of a dataset


EXAMPLES

 Given data%n=(/10,20,10/)  n=(/1,2,3,3/) --> data%n(/10,20,10,1/)
 Given data%n=(/10,20,10/)  n=(/1,3/) --> data%n(/10,200/)
 Given data%n=(/10,20,10/)  n=(/1,2,2,3/) --> data%n(/10,1,20,10/)


SEE ALSO


LIBRARY

supersetf90