ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/brains/fSimulation.h
(Generate patch)

Comparing:
trunk/src/brains/fSimulation.h (file contents), Revision 720 by chrisfen, Tue Nov 8 13:32:06 2005 UTC vs.
branches/development/src/brains/fSimulation.h (file contents), Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC

# Line 1 | Line 1
1 < #ifdef __C
1 > #ifdef __OPENMD_C
2  
3   #ifndef __FSIMULATION
4  
# Line 6 | Line 6
6   /** This header provides dual access for the simulation structure between
7      fortran and C for the simtype structure. NOTE: Sequence of struct
8      components must match between C and fortran and in general be packed
9 <    double,int,char.
9 >    RealType,int,char.
10   */
11   typedef  struct{
12  double dielect;
12    int SIM_uses_PBC;
13    int SIM_uses_DirectionalAtoms;
14    int SIM_uses_LennardJones;
# Line 24 | Line 23 | typedef  struct{
23    int SIM_uses_FLARB;
24    int SIM_uses_RF;
25    int SIM_uses_SF;
26 +  int SIM_uses_SP;
27 +  int SIM_uses_SC;
28 +  int SIM_uses_MNM;
29 +  int SIM_uses_BoxDipole;
30 +  int SIM_uses_AtomicVirial;
31   } simtype;
32   #endif /*__FSIMULATION*/
33 < #endif /*__C*/
33 > #endif /*__OPENMD_C*/
34  
35   #ifdef  __FORTRAN90
36  
37    type, public :: simtype
38      PRIVATE
39      SEQUENCE
36    !! Dielectric Constant for reaction field
37    real ( kind = dp ) :: dielect = 0.0_dp
40      !! Periodic Boundry Conditions
41      logical :: SIM_uses_PBC
42      logical :: SIM_uses_DirectionalAtoms
# Line 50 | Line 52 | typedef  struct{
52      logical :: SIM_uses_FLARB
53      logical :: SIM_uses_RF
54      logical :: SIM_uses_SF
55 +    logical :: SIM_uses_SP
56 +    logical :: SIM_uses_SC
57 +    logical :: SIM_uses_MNM
58 +    logical :: SIM_uses_BoxDipole
59 +    logical :: SIM_uses_AtomicVirial
60    end type simtype
61  
62   #endif

Comparing:
trunk/src/brains/fSimulation.h (property svn:keywords), Revision 720 by chrisfen, Tue Nov 8 13:32:06 2005 UTC vs.
branches/development/src/brains/fSimulation.h (property svn:keywords), Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines