ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/staticProps/GofRomega.cpp
(Generate patch)

Comparing trunk/OOPSE/staticProps/GofRomega.cpp (file contents):
Revision 879 by mmeineke, Tue Dec 16 20:49:11 2003 UTC vs.
Revision 885 by mmeineke, Fri Dec 19 15:12:23 2003 UTC

# 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,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines