/*
@Node Header
@Next Macro

Code:       read.rexx
Author:     Russell Leighton
Revision:   16 Feb 1994

Comments:

Read model file and find model boundaries (plot whole model).

@EndNode
@Node Macro
*/

options results

if show('ports', "AMI2D") then do
    address ami2d
    'read'
    'find'
end
exit
