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

Comparing branches/development/src/nonbonded/GB.hpp (file contents):
Revision 1688 by gezelter, Wed Mar 14 17:56:01 2012 UTC vs.
Revision 1710 by gezelter, Fri May 18 21:44:02 2012 UTC

# Line 44 | Line 44
44   #define NONBONDED_GB_HPP
45  
46   #include "nonbonded/NonBondedInteraction.hpp"
47 #include "types/DirectionalAtomType.hpp"
47   #include "UseTheForce/ForceField.hpp"
48   #include "math/SquareMatrix3.hpp"
49  
# Line 75 | Line 74 | namespace OpenMD {
74      
75    private:
76      void initialize();
78    GayBerneParam  getGayBerneParam(AtomType* atomType);
79    RealType getD(AtomType* atomType);
80    RealType getL(AtomType* atomType);
81    RealType getEpsX(AtomType* atomType);
82    RealType getEpsS(AtomType* atomType);
83    RealType getEpsE(AtomType* atomType);
84    RealType getDw(AtomType* atomType);
85    LJParam  getLJParam(AtomType* atomType);
86    RealType getLJSigma(AtomType* atomType);
87    RealType getLJEpsilon(AtomType* atomType);
77  
78      bool initialized_;
79      string name_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines