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

Comparing trunk/OOPSE-3.0/src/types/AtomTypeProperties.h (file contents):
Revision 1628 by gezelter, Thu Oct 21 20:15:31 2004 UTC vs.
Revision 1632 by gezelter, Fri Oct 22 20:21:36 2004 UTC

# Line 9 | Line 9 | typedef  struct{
9   */
10   typedef  struct{
11    int ident;
12 +  int is_Directional;
13    int is_LennardJones;
14    int is_Electrostatic;
15    int is_Charge;
# Line 24 | Line 25 | type, public :: AtomTypeProperties
25  
26   #ifdef  __FORTRAN90
27  
28 < type, public :: AtomTypeProperties
28 <   PRIVATE
28 > type :: AtomTypeProperties
29     SEQUENCE
30     integer :: ident
31 +   logical :: is_Directional
32     logical :: is_LennardJones
33     logical :: is_Electrostatic
34     logical :: is_Charge

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines