Disable diagnostic output.

This commit is contained in:
Bård Skaflestad 2010-08-09 11:04:26 +00:00
parent 1e1788dcba
commit 9f99ac3265

View File

@ -56,7 +56,7 @@ callMWUMFPACK(int n, mwSignedIndex* ia, mwSignedIndex* ja,
umfpack_dl_solve (UMFPACK_A, IA,JA,SA, &X[0], &B[0], Numeric, Control, Info) ;
umfpack_dl_free_numeric (&Numeric);
#else
#if 1
#if 0
int i;
for(i=0; i<n+1; ++i)
{