ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/math/Makefile.in
Revision: 1475
Committed: Wed Jul 21 17:51:22 2010 UTC (15 years ago) by gezelter
File size: 562 byte(s)
Log Message:
Added CubicSpline class to replace our interpolation F90 module

File Contents

# User Rev Content
1 chuckv 1187 Package = math
2    
3     MySource = \
4 cpuglis 1195 ParallelRandNumGen.cpp \
5     SeqRandNumGen.cpp \
6     RealSphericalHarmonic.cpp \
7     SphericalHarmonic.cpp \
8     ChebyshevT.cpp \
9     ChebyshevU.cpp \
10     LegendrePolynomial.cpp \
11 cli2 1349 RMSD.cpp \
12 gezelter 1475 CubicSpline.cpp \
13 cpuglis 1195 linearAlgebra.F90 \
14     Wigner3jm.F90
15 chuckv 1187
16 chuckv 1261 Modules= \
17     linearAlgebra
18    
19 chuckv 1199 USE_QHULL = @USE_QHULL@
20 chuckv 1187
21 gezelter 1380 ifeq "$(USE_QHULL)" "yes"
22 chuckv 1402 Source = $(MySource) ConvexHull.cpp AlphaHull.cpp Triangle.cpp
23 chuckv 1187 else
24 chuckv 1199 Source = $(MySource)
25     endif
26 chuckv 1187
27 gezelter 1225 ParallelSource = \
28     ParallelRandNumGen.cpp
29 chuckv 1203
30 chuckv 1187 RmiSource =
31    
32     Main =
33    
34     DEV_ROOT=../..
35     include $(DEV_ROOT)/make/Makefile
36    

Properties

Name Value
svn:keywords Author Id Revision Date