FACT++  1.0
void fits::EnableAddressExceptions ( bool  b = true)
inline

Definition at line 873 of file fits.h.

874  {
875  if (b)
876  exceptions(iostate(throwbit));
877  else
878  exceptions(iostate(exceptions()&~throwbit));
879  }