IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 28, 2007, 3:40:54 PM (19 years ago)
Author:
eugene
Message:

merging diffs from cvs head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20071023/psModules/src/imcombine/pmSubtractionKernels.c

    r15247 r15399  
    495495        int fibIndex = 1, fibIndexMinus1 = 0; // Fibonnacci parameters
    496496        int radius = inner;
    497         while (radius < size) {
     497        while (radius + fibIndex < size) {
    498498            radius++;
    499499            int fibNew = fibIndex + fibIndexMinus1;
     
    502502            radius += fibIndex;
    503503            fibNum++;
    504             printf("%d ", radius);
    505         }
    506         printf("\n");
     504        }
    507505    }
    508506
Note: See TracChangeset for help on using the changeset viewer.