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

Comparing trunk/OOPSE-4/src/UseTheForce/DarkSide/Makefile (file contents):
Revision 2296 by chrisfen, Thu Sep 15 00:13:56 2005 UTC vs.
Revision 2494 by chuckv, Wed Dec 7 19:38:03 2005 UTC

# Line 7 | Line 7 | Source    = \
7          atype.F90 \
8          atype_interface.F90 \
9          force_globals.F90 \
10 +        fForceOptions.F90 \
11 +        fForceOptions_interface.F90 \
12          switcheroo.F90 \
13 +        switcheroo_interface.F90 \
14          simulation.F90 \
15          simulation_interface.F90 \
16          electrostatic.F90 \
17          electrostatic_interface.F90 \
18          eam.F90 \
19          eam_interface.F90 \
17        gb.F90 \
18        gb_interface.F90 \
20          LJ.F90 \
21          lj_interface.F90 \
22 <        reactionField.F90 \
22 >        gb.F90 \
23 >        gb_interface.F90 \
24          sticky.F90 \
25          sticky_interface.F90 \
26          shapes.F90 \
27 <        shapes_interface.F90
27 >        shapes_interface.F90 \
28 >        suttonchen.F90 \
29 >        suttonchen_interface.F90
30  
31   Modules = \
32          atype_module \
33          eam \
34          electrostatic_module \
35          force_globals \
36 +        fforceoptions \
37          gb_pair \
38          lj \
39          neighborLists \
35        reaction_field_module \
40          shapes \
41          mpiSimulation \
42          simulation \
43          sticky \
44 <        switcheroo
44 >        switcheroo \
45 >        suttonchen
46  
47   RmiSource =
48  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines