ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/visitors/AtomVisitor.hpp
(Generate patch)

Comparing branches/development/src/visitors/AtomVisitor.hpp (file contents):
Revision 1850 by gezelter, Wed Feb 20 15:39:39 2013 UTC vs.
Revision 1873 by gezelter, Fri May 10 16:09:34 2013 UTC

# Line 63 | Line 63 | namespace OpenMD {
63      bool isVisited(Atom* atom);
64      
65    protected:
66 <    BaseAtomVisitor(SimInfo* info) : BaseVisitor() {}    
66 >    BaseAtomVisitor(SimInfo* info);
67      SimInfo* info;
68 +    int storageLayout_;
69    };
70  
71    class DefaultAtomVisitor : public BaseAtomVisitor{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines