#include <stdio.h>		/*						DISP0.C	*/
			/* dummy routine when no hi-res displays included */

dsplRgraph(array,n,clabel)			/* called from display.c */
  float	*array;
  int	n;
  char	*clabel;
{
	die("display option d4 not included in load module");
}
