Error handler for input parameters. More...
#include <stdio.h>
#include "slu_Cnames.h"
Functions | |
int | input_error (char *srname, int *info) |
Error handler for input parameters.
-- SuperLU routine (version 4.4) -- Lawrence Berkeley National Lab, Univ. of California Berkeley. November 20, 2012
int input_error | ( | char * | srname, | |
int * | info | |||
) |
Purpose =======
INPUT_ERROR is called if an input parameter has an invalid value. A message is printed and execution stops.
Arguments =========
srname (input) character*6 The name of the routine which called INPUT_ERROR.
info (input) int The position of the invalid parameter in the parameter list of the calling routine.