ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-1.0/libmdtools/Restraints.hpp
(Generate patch)

Comparing trunk/OOPSE-1.0/libmdtools/Restraints.hpp (file contents):
Revision 1450 by gezelter, Fri Jul 16 18:58:03 2004 UTC vs.
Revision 1451 by chrisfen, Mon Aug 9 14:50:35 2004 UTC

# Line 19 | Line 19 | class Restraints{
19   class Restraints{
20  
21   public:
22 <  Restraints(int nMol, double lambdaVal, double lambdaExp);
22 >  Restraints(double lambdaVal, double lambdaExp);
23    ~Restraints();
24  
25    void Calc_rVal(double position[3], int currentMol);
# Line 33 | Line 33 | class Restraints{
33   private:
34    char moleculeName[15];
35  
36 <  int i, j, nMol;
36 >  int i, j;
37  
38    double scaleLam;
39    double delRx, delRy, delRz;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines