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:
trunk/OOPSE-3.0/src/types/DirectionalAtomType.hpp (file contents), Revision 1652 by gezelter, Tue Oct 26 22:25:19 2004 UTC vs.
branches/new_design/OOPSE-3.0/src/types/DirectionalAtomType.hpp (file contents), Revision 1769 by tim, Tue Nov 23 06:03:47 2004 UTC

# Line 28 | Line 28 | namespace oopse {
28  
29      void    setShape() { atp.is_Shape = 1;}
30  
31 <                
31 >    virtual void complete();
32 >    
33    private:
34      
35      Mat3x3d I;
36      
37    };
38 +
39 +
40 +  struct StickyParam {
41 +    double w0;
42 +    double v0;
43 +    double v0p;
44 +    double rl;
45 +    double ru;
46 +    double rlp;
47 +    double rup;
48 +  };
49 +
50 +  typedef SimpleTypeData<StickyParam> StickyParamGenericData;
51   }
52   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines