ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/UseTheForce/DarkSide/calc_LJ_FF.F90
(Generate patch)

Comparing trunk/OOPSE-3.0/src/UseTheForce/DarkSide/calc_LJ_FF.F90 (file contents):
Revision 1490 by gezelter, Fri Sep 24 04:16:43 2004 UTC vs.
Revision 1492 by tim, Fri Sep 24 16:27:58 2004 UTC

# Line 2 | Line 2
2   !! Corresponds to the force field defined in lj_FF.cpp
3   !! @author Charles F. Vardeman II
4   !! @author Matthew Meineke
5 < !! @version $Id: calc_LJ_FF.F90,v 1.1.1.1 2004-09-24 04:16:36 gezelter Exp $, $Date: 2004-09-24 04:16:36 $, $Name: not supported by cvs2svn $, $Revision: 1.1.1.1 $
5 > !! @version $Id: calc_LJ_FF.F90,v 1.2 2004-09-24 16:27:57 tim Exp $, $Date: 2004-09-24 16:27:57 $, $Name: not supported by cvs2svn $, $Revision: 1.2 $
6  
7   module lj
8    use definitions
# Line 19 | Line 19 | module lj
19    PRIVATE
20  
21   #define __FORTRAN90
22 < #include "fForceField.h"
22 > #include "UseTheForce/fForceField.h"
23  
24    integer, save :: LJ_Mixing_Policy
25    real(kind=DP), save :: LJ_rcut
# Line 91 | Line 91 | contains
91      real(kind=dp) :: rcut
92  
93   #define __FORTRAN90
94 < #include "fSwitchingFunction.h"
94 > #include "UseTheForce/fSwitchingFunction.h"
95  
96      status = 0
97  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines