width
|
IN:
|
Number of columns in the image
|
height
|
IN:
|
Number or rows in the image
|
Purpose
|
Set the dimensions of the next image to be written to a file.
|
Return value
|
Returns SUCCEED (or 0) if successful and FAIL (or -1) otherwise.
|
FORTRAN
|
integer function d2sdims(width, height)
|
|
integer width, height
|