| 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 |  |  | 
| 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_; | 
| 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 |  |  |