Changeset 27489 for branches/eam_branches/relastro.20100326/src/fitpoly.c
- Timestamp:
- Mar 27, 2010, 10:39:57 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relastro.20100326/src/fitpoly.c
r27488 r27489 146 146 // ix, iy, vector[i][0], ix, iy, vector[i][1]); 147 147 } 148 149 status = dgaussjordan (matrix, vector, fit[0].Nelems, 2); 150 if (!status) { 148 149 if (!dgaussjordan (matrix, vector, fit[0].Nelems, 2)) { 151 150 return (FALSE); 152 151 }
Note:
See TracChangeset
for help on using the changeset viewer.
