IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24081


Ignore:
Timestamp:
May 6, 2009, 2:15:10 PM (17 years ago)
Author:
eugene
Message:

report on error from gauss-jordan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/fit1d.c

    r21508 r24081  
    125125      }
    126126    }
    127     if (!dgaussjordan (c, b, nterm, 1)) goto escape;
     127    if (!dgaussjordan (c, b, nterm, 1)) {
     128        gprint (GP_ERR, "failed to fit data : ill-conditioned matrix\n");
     129        goto escape;
     130    }
    128131
    129132    /* generate fitted values */
Note: See TracChangeset for help on using the changeset viewer.