--- trunk/OOPSE/staticProps/AllCorr.hpp 2003/10/17 21:18:25 809 +++ trunk/OOPSE/staticProps/AllCorr.hpp 2003/10/17 21:19:07 810 @@ -3,7 +3,7 @@ #include -3include "SimInfo.hpp" +#include "SimInfo.hpp" #include "PairCorrList.hpp" #include "PairCorrType.hpp" @@ -17,7 +17,7 @@ class AllCorr { (public) AllCorr(); ~AllCorr(); - void setNbins( theNbins ); + void setNbins( int theNbins ); void setPairCorrList( vector &theList ); void setFrames( SimInfo* theInfoArray, int theNframes, DumpReader* theReader ); @@ -34,8 +34,8 @@ class AllCorr { (public) bool matchJ(int j); void setFrameVolume( double theVolume ); - void pairCorrelate( double[3] Rij, double dist, - double[3] uHatI, double[3] uHatJ ); + void pairCorrelate( double Rij[3], double dist, + double uHatI[3], double uHatJ[3] ); void accumulateFrame( void ); void writeCorrs( void ); @@ -53,7 +53,7 @@ class AllCorr { (public) bool haveLength; bool pairCorrSet; bool havePairCorrs; - bool havestaticCorrs; + bool haveStaticCorrs; bool isSeparateOut; bool haveNbins;