IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2010, 10:39:57 AM (16 years ago)
Author:
eugene
Message:

adding checks for bad fit and repairs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/relastro.20100326/src/fitpoly.c

    r27488 r27489  
    146146    // ix, iy, vector[i][0], ix, iy, vector[i][1]);
    147147  }     
    148 
    149   status = dgaussjordan (matrix, vector, fit[0].Nelems, 2);
    150   if (!status) {
     148 
     149  if (!dgaussjordan (matrix, vector, fit[0].Nelems, 2)) {
    151150    return (FALSE);
    152151  }
Note: See TracChangeset for help on using the changeset viewer.