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

Comparing trunk/src/applications/staticProps/SpatialStatistics.hpp (file contents):
Revision 1983 by gezelter, Tue Apr 15 20:36:19 2014 UTC vs.
Revision 2033 by gezelter, Sat Nov 1 14:12:16 2014 UTC

# Line 84 | Line 84 | namespace OpenMD {
84    class SpatialStatistics : public StaticAnalyser {
85      
86    public:
87 <    SpatialStatistics(SimInfo* info, const string& filename, const string& sele, int nbins);    
87 >    SpatialStatistics(SimInfo* info, const string& filename,
88 >                      const string& sele, int nbins);    
89      ~SpatialStatistics();
90  
91      void addOutputData(OutputData* dat) {data_.push_back(dat);}
# Line 112 | Line 113 | namespace OpenMD {
113    
114    class SlabStatistics : public SpatialStatistics {
115    public:
116 <    SlabStatistics(SimInfo* info, const string& filename, const string& sele, int nbins);
116 >    SlabStatistics(SimInfo* info, const string& filename,
117 >                   const string& sele, int nbins);
118      virtual ~SlabStatistics();
119  
120      virtual int getBin(Vector3d pos);
# Line 126 | Line 128 | namespace OpenMD {
128  
129    class ShellStatistics : public SpatialStatistics {
130    public:
131 <    ShellStatistics(SimInfo* info, const string& filename, const string& sele, int nbins);
131 >    ShellStatistics(SimInfo* info, const string& filename, const string& sele,
132 >                    int nbins);
133      virtual ~ShellStatistics();
134      virtual int getBin(Vector3d pos);
135  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines