48 Common->status = status ;
50 if (!(Common->try_catch))
55 if (Common->print_function !=
NULL)
57 if (status > 0 && Common->print > 1)
59 (Common->print_function) (
"CHOLMOD warning: %s\n", message) ;
63 else if (Common->print > 0)
65 (Common->print_function) (
"CHOLMOD error: %s\n", message) ;
73 if (Common->error_handler !=
NULL)
75 Common->error_handler (status, file, line, message) ;
#define RETURN_IF_NULL_COMMON(result)
int CHOLMOD() error(int status, char *file, int line, char *message, cholmod_common *Common)