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

Comparing branches/development/src/visitors/ReplacementVisitor.hpp (file contents):
Revision 1850 by gezelter, Wed Feb 20 15:39:39 2013 UTC vs.
Revision 1874 by gezelter, Wed May 15 15:09:35 2013 UTC

# Line 70 | Line 70 | namespace OpenMD {
70      
71      const std::string toString();
72  
73 <    void addReplacedAtomName(const std::string& repName);
74 <    void addSite(const std::string& name, const Vector3d refPos);
75 <    void addSite(const std::string& name, const Vector3d refPos, const Vector3d refVec);
73 >    void addReplacedAtomName(const std::string &repName);
74 >    void addSite(const std::string &name, const Vector3d &refPos);
75 >    void addSite(const std::string &name, const Vector3d &refPos, const Vector3d &refVec);
76    private:
77      inline bool isReplacedAtom(const std::string& atomType);
78      std::set<std::string> myTypes_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines