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

Comparing trunk/OOPSE-4/src/applications/staticProps/BondOrderParameter.hpp (file contents):
Revision 3022 by gezelter, Tue Sep 26 01:30:32 2006 UTC vs.
Revision 3024 by gezelter, Tue Sep 26 14:33:56 2006 UTC

# Line 73 | Line 73 | namespace oopse {
73      static const int lMax_ = 12;
74      int frameCounter_;
75      int nBins_;
76 <
76 >    
77 >    std::map<std::pair<int,int>,int> m2Min;
78 >    std::map<std::pair<int,int>,int> m2Max;
79 >    std::map<std::pair<int,int>,std::vector<RealType> > w3j;
80 >  
81      RealType MinQ_;
82      RealType MaxQ_;
83      RealType deltaQ_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines