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

Comparing trunk/OOPSE-4/src/types/TorsionStamp.hpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 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 46 | Line 46 | class TorsionStamp{ (public)
46  
47   class TorsionStamp{
48  
49 < public:
49 > public:
50    TorsionStamp();
51    ~TorsionStamp();
52    
# Line 65 | Line 65 | class TorsionStamp{ (public)
65    int haveExtras( void ) { return have_extras; }
66    LinkedAssign* getExtras( void ) { return unhandled; }
67  
68 < private:
68 > private:
69  
70    int a, b, c, d; //the members
71    double constraint;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines