ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/UseTheForce/DarkSide/Makefile
Revision: 2424
Committed: Fri Nov 11 15:21:55 2005 UTC (19 years, 8 months ago) by chrisfen
File size: 736 byte(s)
Log Message:
added in a 5th order polynomial switching function

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 switcheroo_interface.F90 \
12 simulation.F90 \
13 simulation_interface.F90 \
14 electrostatic.F90 \
15 electrostatic_interface.F90 \
16 eam.F90 \
17 eam_interface.F90 \
18 LJ.F90 \
19 lj_interface.F90 \
20 gb.F90 \
21 gb_interface.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 shapes \
36 mpiSimulation \
37 simulation \
38 sticky \
39 switcheroo
40
41 RmiSource =
42
43 Main =
44
45 DEV_ROOT=../../..
46 include $(DEV_ROOT)/make/Makefile
47