ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/types/MorseBondType.hpp
(Generate patch)

Comparing trunk/OOPSE-3.0/src/types/MorseBondType.hpp (file contents):
Revision 2113 by gezelter, Thu Mar 10 22:06:07 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 61 | Line 61 | namespace oopse {
61    public:
62  
63      MorseBondType( double myR0, double myD, double myBeta)
64 <        : BondType(myR0), De(myD), beta(myBeta) {
65 <    }
64 >      : BondType(myR0), De(myD), beta(myBeta) {
65 >      }
66      
67      void setWellDepth(double myD) { De = myD;}
68  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines