51 Common->status = status ;
53 if (!(Common->try_catch))
58 if (Common->print_function !=
NULL)
60 if (status > 0 && Common->print > 1)
62 (Common->print_function) (
"CHOLMOD warning: %s\n", message) ;
66 else if (Common->print > 0)
68 (Common->print_function) (
"CHOLMOD error: %s\n", message) ;
76 if (Common->error_handler !=
NULL)
78 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)