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

Comparing trunk/OOPSE/libmdtools/fSimulation.h (file contents):
Revision 378 by mmeineke, Fri Mar 21 17:42:12 2003 UTC vs.
Revision 569 by mmeineke, Tue Jul 1 21:33:45 2003 UTC

# Line 7 | Line 7 | typedef  struct{
7      double,int,char.
8   */
9   typedef  struct{
10  double box[3];
10    double rlist;
11    double rcut;
12    double rrf;
# Line 29 | Line 28 | type, public :: simtype
28   type, public :: simtype
29     PRIVATE
30     SEQUENCE
32   !! Periodic Box    
33   real ( kind = dp ), dimension(3) :: box
31     !! List Cutoff    
32     real ( kind = dp ) :: rlist = 0.0_dp
33     !! Radial cutoff

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines