************

After the build step, you will have two files in the src/matlab
directory: loadjg.m [the help file] and loadjg.mex??? [the
executable code]. You will want to make links to these in your
matlab area (either system or personal). Thus, for example, you can
   cd ~/matlab
   ln -s /whereeverJGOFSstuffis/src/matlab/loadjg.m loadjg.m
   ln -s /whereeverJGOFSstuffis/scr/matlab/loadjg.mex??? loadjg.mex

where the ??? represents whatever suffix your mex created.

There are some demo files included as well.  Note that demo2 and demo3b are
not operational in this release.

************
