.TH BSctx_set_err 3 "10/17/1996" " " "BlockSolve95" .SH NAME BSctx_set_err \- Set the type of error checking .SH INPUT PARAMETERS .PD 0 .TP .B context - The context to change .PD 1 .PD 0 .TP .B err - If err is TRUE, then we do some rudimentary .PD 1 .br error checking on the incoming matrix and some .br intermediate results. The error checking is fast. .SH RETURNS void .SH SYNOPSIS .nf void BSctx_set_err(BSprocinfo *context, int err) .fi .SH LOCATION BlockSolve95/src/BScontext.c