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 611 by chrisfen, Mon Sep 19 23:21:46 2005 UTC vs.
Revision 1050 by chrisfen, Fri Sep 22 22:19:59 2006 UTC

# 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 23 | Line 22 | typedef  struct{
22    int SIM_uses_Shapes;
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_MEAM;
29 +  int SIM_uses_BoxDipole;
30   } simtype;
31   #endif /*__FSIMULATION*/
32   #endif /*__C*/
# Line 32 | Line 36 | typedef  struct{
36    type, public :: simtype
37      PRIVATE
38      SEQUENCE
35    !! Dielectric Constant for reaction field
36    real ( kind = dp ) :: dielect = 0.0_dp
39      !! Periodic Boundry Conditions
40      logical :: SIM_uses_PBC
41      logical :: SIM_uses_DirectionalAtoms
# Line 48 | Line 50 | typedef  struct{
50      logical :: SIM_uses_Shapes
51      logical :: SIM_uses_FLARB
52      logical :: SIM_uses_RF
53 +    logical :: SIM_uses_SF
54 +    logical :: SIM_uses_SP
55 +    logical :: SIM_uses_SC
56 +    logical :: SIM_uses_MEAM
57 +    logical :: SIM_uses_BoxDipole
58    end type simtype
59  
60   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines