MA_SET_ERROR_PRINT


     NAME
	  MA_set_error_print - set the ma_error_print flag

     C SYNOPSIS
	  #include "macdecls.h"

	  Boolean MA_set_error_print(value)
	      Boolean	  value;	  /* read-only */

     FORTRAN SYNOPSIS
	  #include "mafdecls.h"

	  logical function MA_set_error_print(value)
	      logical	  value

     DESCRIPTION
	  MA_set_error_print() sets the	ma_error_print flag to value
	  and returns the flag's previous value. If the	ma_error_print
	  flag is true,	then nonfatal errors cause messages to be
	  printed on the standard error	(stderr), else they do not.
	  (Fatal errors	always generate	messages.) The ma_error_print
	  flag is initially true.

     RETURN VALUE
	  C: The previous value	of the ma_error_print flag (MA_TRUE or
	  MA_FALSE).
	  FORTRAN: The previous	value of the ma_error_print flag
	  (.true. or .false.).

     SEE ALSO
	  MA(3), MA_set_auto_verify(3),	MA_set_hard_fail(3)

     AUTHOR
	  Gregory S. Thomas, Pacific Northwest Laboratory