IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2005, 11:20:45 PM (21 years ago)
Author:
eugene
Message:

further basic concepts

Location:
trunk/psphot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot

    • Property svn:ignore set to
      bin
  • trunk/psphot/src/psPolynomials.c

    r4116 r4129  
    233233    // Build the B and A data structs.
    234234    for (int k = 0; k < x->n; k++) {
    235         if ((mask != NULL) && mask->U8[k]) continue;
     235        if ((mask != NULL) && mask->data.U8[k]) continue;
    236236        xSums = BuildSums1D(xSums, x->data.F64[k], nTerm);
    237237     
     
    325325    // Build the B and A data structs.
    326326    for (int k  = 0; k < x->n; k++) {
    327       if ((mask != NULL) && mask->data.U8[i]) continue;
     327      if ((mask != NULL) && mask->data.U8[k]) continue;
    328328        Sums = BuildSums2D(Sums, x->data.F64[k], y->data.F64[k], nXterm, nYterm);
    329329     
Note: See TracChangeset for help on using the changeset viewer.