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

Comparing trunk/OOPSE-4/src/brains/fSimulation.h (file contents):
Revision 2433 by chuckv, Tue Nov 15 16:05:38 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 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 >  RealType dielect;
13    int SIM_uses_PBC;
14    int SIM_uses_DirectionalAtoms;
15    int SIM_uses_LennardJones;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines