IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35469


Ignore:
Timestamp:
May 1, 2013, 4:15:03 PM (13 years ago)
Author:
eugene
Message:

fix unused variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psMixtureModels.c

    r35400 r35469  
    157157  psImage *oldMeans;
    158158  psVector *counts;
    159   double R,diff;
     159  double diff;
     160  // XXX not used: double R;
    160161
    161162  // Allocations
     
    210211  *iterations = 0;
    211212  do {
    212     R = 0.0;
     213      // XXX not used : R = 0.0;
    213214
    214215    // Reset counts for each mode
Note: See TracChangeset for help on using the changeset viewer.