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

Comparing trunk/OOPSE/staticProps/PairCorrType.hpp (file contents):
Revision 811 by mmeineke, Tue Oct 21 19:33:19 2003 UTC vs.
Revision 873 by mmeineke, Fri Nov 21 20:07:14 2003 UTC

# Line 112 | Line 112 | class GofRtheta : public PairCorrType{ (protected)
112  
113   protected:
114    
115 <  int *currHist;
116 <  double *currGofR;
117 <  double *avgGofR;
115 >  int **currCosHist;
116 >  double **currGofRtheta;
117 >  double **avgGofRtheta;
118    
119    int nFrames;
120    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines