Fileview examples

By Venkat Jagadish 1996 - Caltech
Adapted from Scripts/examples/XODUS/fileview/generate.g by Upi Bhalla 1995

This directory illustrates dumping and restoring simulation data from files,
using the netcdf format.  The data is saved and read in using the variable 
object in the diskio library. The xview object is used for the display.
The documentation for these two objects gives further details of their use.

Files:
1. generate.g
	This is derived from one of the xview examples. It generates the data
	that will be stored in the netcdf format
2. testfile.nc
	This is the data file produced by generate.g. It is entirely portable
	between different machine architectures. 
3. replaygraph.g
	This reads in data from the file and uses the variable object to plot 
	on an xgraph.

Each of the example files has a run and a quit button, so the use of these
files should be obvious enough.

