ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/UseTheForce/DarkSide/Makefile
Revision: 2296
Committed: Thu Sep 15 00:13:56 2005 UTC (18 years, 10 months ago) by chrisfen
File size: 754 byte(s)
Log Message:
added in the undamped wolf, in the process of doing the damped wolf

File Contents

# Content
1 Package = UseTheForce/DarkSide
2
3 Source = \
4 simParallel.F90 \
5 simParallel_interface.F90 \
6 neighborLists.F90 \
7 atype.F90 \
8 atype_interface.F90 \
9 force_globals.F90 \
10 switcheroo.F90 \
11 simulation.F90 \
12 simulation_interface.F90 \
13 electrostatic.F90 \
14 electrostatic_interface.F90 \
15 eam.F90 \
16 eam_interface.F90 \
17 gb.F90 \
18 gb_interface.F90 \
19 LJ.F90 \
20 lj_interface.F90 \
21 reactionField.F90 \
22 sticky.F90 \
23 sticky_interface.F90 \
24 shapes.F90 \
25 shapes_interface.F90
26
27 Modules = \
28 atype_module \
29 eam \
30 electrostatic_module \
31 force_globals \
32 gb_pair \
33 lj \
34 neighborLists \
35 reaction_field_module \
36 shapes \
37 mpiSimulation \
38 simulation \
39 sticky \
40 switcheroo
41
42 RmiSource =
43
44 Main =
45
46 DEV_ROOT=../../..
47 include $(DEV_ROOT)/make/Makefile
48