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

Comparing branches/new_design/OOPSE-2.0/src/types/AtomType.hpp (file contents):
Revision 1764 by tim, Mon Nov 15 23:00:32 2004 UTC vs.
Revision 1765 by tim, Mon Nov 22 20:55:52 2004 UTC

# Line 165 | Line 165 | name_space oopse {
165              
166      };
167  
168 +    struct LJParam {
169 +        double epsilon;
170 +        double sigma;
171 +    };
172 +    typedef SimpleTypeData<LJParam> LJParamGenericData;
173 +    
174   }
175  
176   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines