| # | Line 45 | Line 45 | GofRomega::~GofRomega(){ | |
|---|---|---|
| 45 | delete[] avgGofRomega[i]; | |
| 46 | } | |
| 47 | ||
| 48 | < | delete[] currHist; |
| 48 | > | delete[] currCosHist; |
| 49 | delete[] currGofRomega; | |
| 50 | delete[] avgGofRomega; | |
| 51 | } | |
| # | Line 104 | Line 104 | void GofRomega::accumulateFrame( void ){ | |
| 104 | ||
| 105 | ||
| 106 | void GofRomega::accumulateFrame( void ){ | |
| 107 | < | int i; |
| 107 | > | int i,j; |
| 108 | double rLower, rUpper, volSlice; | |
| 109 | double nIdeal; | |
| 110 | ||
| # | Line 134 | Line 134 | void GofRomega::writeCorr( char* outPrefix ){ | |
| 134 | double rValue, cosValue, deltaCos, corrValue; | |
| 135 | double rLower, rUpper, volSlice; | |
| 136 | double nIdeal; | |
| 137 | < | int i; |
| 137 | > | int i,j; |
| 138 | char outName[200]; | |
| 139 | ||
| 140 | sprintf( outName, | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |