IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2012, 11:46:01 AM (14 years ago)
Author:
eugene
Message:

updates for pedantic gcc, mods to relphot average mags to handle GPC1 stacks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.data/svdcmp.c

    r20936 r34088  
    1414int svdcmp (float *a, opihi_flt *w, float *v, int Nx, int Ny) {
    1515
    16   int flag, i, its, j, jj, k, l, nm, status;
     16  int flag, i, its, j, jj, k, l, nm;
    1717  float c, f, h, s, x, y, z;
    1818  float anorm=0.0, g = 0.0, scale = 0.0;
     
    111111  }
    112112
    113   status = 1;
     113  // int status = 1;
    114114  for (k = Nx - 1; k >= 0; k--) {
    115115    for (its = 0; its < 30; its++) {
     
    152152        break;
    153153      }
    154       if (its == 29) status = 0;
     154      // if (its == 29) status = 0;
    155155      x = w[l];
    156156      nm = k-1;
Note: See TracChangeset for help on using the changeset viewer.