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

Comparing branches/new_design/OOPSE-3.0/src/types/DirectionalAtomType.hpp (file contents):
Revision 1764, Thu Oct 28 22:34:02 2004 UTC vs.
Revision 1765 by tim, Mon Nov 22 20:55:52 2004 UTC

# Line 34 | Line 34 | namespace oopse {
34      Mat3x3d I;
35      
36    };
37 +
38 +
39 +  struct StickyParam {
40 +    double w0;
41 +    double v0;
42 +    double v0p;
43 +    double rl;
44 +    double ru;
45 +    double rlp;
46 +    double rup;
47 +  };
48 +
49 +  typedef SimpleTypeData<StickyParam> StickyParamGenericData;
50   }
51   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines