ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/staticProps/BOPofR.hpp
(Generate patch)

Comparing trunk/src/applications/staticProps/BOPofR.hpp (file contents):
Revision 1128 by chuckv, Wed Apr 11 23:27:20 2007 UTC vs.
Revision 1137 by chuckv, Tue May 29 22:50:14 2007 UTC

# Line 43 | Line 43
43   *
44   *  Created by J. Daniel Gezelter on 09/26/06
45   *  @author  J. Daniel Gezelter
46 < *  @version $Id: BOPofR.hpp,v 1.1 2007-04-11 23:27:20 chuckv Exp $
46 > *  @version $Id: BOPofR.hpp,v 1.2 2007-05-29 22:50:14 chuckv Exp $
47   *
48   */
49  
# Line 107 | Line 107 | namespace oopse {
107      SelectionEvaluator evaluator_;          
108              
109      RealType rCut_;
110 <    static const int lMax_ = 12;
110 >    static const int lMax_ = 6;
111      int frameCounter_;
112      int nBins_;
113          RealType len_;
# Line 117 | Line 117 | namespace oopse {
117      std::map<std::pair<int,int>,int> m2Max;
118      std::map<std::pair<int,int>,std::vector<RealType> > w3j;
119    
120 <    std::vector<std::vector<int> > RCount_;
121 <    std::vector<std::vector<RealType> > WofR_;
122 <    std::vector<std::vector<RealType> > QofR_;
120 >    std::vector<int> RCount_;
121 >    std::vector<int>  WofR_;
122 >    std::vector<int> QofR_;
123    };
124   }
125  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines