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 1951 by gezelter, Fri Jan 14 21:13:24 2005 UTC vs.
Revision 3080 by chuckv, Tue Dec 5 00:17:24 2006 UTC

# Line 2 | Line 2 | Source    = \
2  
3   Source    = \
4          simParallel.F90 \
5 <        simParallel_interface.F90 \
5 >        simParallel_interface.F90 \
6          neighborLists.F90 \
7 +        neighborLists_interface.F90 \
8          atype.F90 \
9 <        atype_interface.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 <        charge.F90 \
18 <        charge_interface.F90 \
15 <        dipole.F90 \
16 <        dipole_interface.F90 \
16 >        simulation_interface.F90 \
17 >        electrostatic.F90 \
18 >        electrostatic_interface.F90 \
19          eam.F90 \
20 <        eam_interface.F90 \
19 <        gb.F90 \
20 <        gb_interface.F90 \
20 >        eam_interface.F90 \
21          LJ.F90 \
22 <        lj_interface.F90 \
23 <        reactionField.F90 \
22 >        lj_interface.F90 \
23 >        gb.F90 \
24 >        gb_interface.F90 \
25          sticky.F90 \
26 <        sticky_interface.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 \
41 +        shapes \
42 +        mpiSimulation \
43 +        simulation \
44 +        sticky \
45 +        switcheroo \
46 +        suttonchen
47  
48   RmiSource =
49  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines