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

Comparing trunk/src/selection/HullFinder.hpp (file contents):
Revision 1902 by gezelter, Sun Jun 16 15:15:42 2013 UTC vs.
Revision 1903 by gezelter, Tue Jul 16 18:58:08 2013 UTC

# Line 56 | Line 56 | namespace OpenMD {
56      
57      OpenMDBitSet findHull();
58      OpenMDBitSet findHull(int frame);
59 +    RealType getSurfaceArea(){ return surfaceArea_; }
60      
61      SimInfo* info_;
62      std::vector<StuntDouble*> stuntdoubles_;
63      int nStuntDoubles_;
64      Hull* surfaceMesh_;
65 +    RealType surfaceArea_;
66      std::vector<StuntDouble*> localSites_;
67  
68    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines