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

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

Properties

Name Value
svn:keywords Author Id Revision Date