ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/nonbonded/Makefile
Revision: 1530
Committed: Tue Dec 28 21:47:55 2010 UTC (14 years, 8 months ago) by gezelter
File size: 248 byte(s)
Log Message:
Moved switching functions and force options over to the C++ side, and
removed them from Fortran.

File Contents

# User Rev Content
1 gezelter 1471 Package = nonbonded
2    
3 gezelter 1478 Source = LJ.cpp \
4 gezelter 1483 GB.cpp \
5 gezelter 1501 Morse.cpp \
6 gezelter 1485 Sticky.cpp \
7 gezelter 1489 EAM.cpp \
8 gezelter 1502 SC.cpp \
9     Electrostatic.cpp \
10 gezelter 1530 SwitchingFunction.cpp \
11 gezelter 1502 InteractionManager.cpp
12 gezelter 1478
13 gezelter 1471 RmiSource =
14    
15     Main =
16    
17     DEV_ROOT=../..
18     include $(DEV_ROOT)/make/Makefile
19    

Properties

Name Value
svn:eol-style native