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 2375 by gezelter, Mon Oct 17 19:12:45 2005 UTC vs.
Revision 3080 by chuckv, Tue Dec 5 00:17:24 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines