ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/src/mdtools/libmdCode/ForceFields.hpp
(Generate patch)

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/ForceFields.hpp (file contents):
Revision 299 by mmeineke, Fri Mar 7 19:31:02 2003 UTC vs.
Revision 308 by mmeineke, Mon Mar 10 21:44:31 2003 UTC

# Line 24 | Line 24 | class bend_set{ (public)
24  
25   class bend_set{
26   public:
27 <  bend_set(){}
27 >  bend_set(){ isGhost = 0; }
28    ~bend_set(){}
29  
30 +  int ghost;
31 +  int isGhost;
32 +
33    int a;
34    int b;
35    int c;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines