MA_SET_AUTO_VERIFY


     NAME
	  MA_set_auto_verify - set the ma_auto_verify flag

     C SYNOPSIS
	  #include "macdecls.h"

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

     FORTRAN SYNOPSIS
	  #include "mafdecls.h"

	  logical function MA_set_auto_verify(value)
	      logical	  value

     DESCRIPTION
	  MA_set_auto_verify() sets the	ma_auto_verify flag to value
	  and returns the flag's previous value. If the	ma_auto_verify
	  flag is true,	then MA_verify_allocator_stuff() is called
	  upon invocation by every other public	MA routine except
	  MA_set_auto_verify(),	MA_set_error_print(), and
	  MA_set_hard_fail(). The ma_auto_verify flag is initially
	  false.

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

     SEE ALSO
	  MA(3), MA_set_error_print(3),	MA_set_hard_fail(3),
	  MA_verify_allocator_stuff(3)

     AUTHOR
	  Gregory S. Thomas, Pacific Northwest Laboratory