ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/math/Makefile
Revision: 3010
Committed: Wed Sep 20 22:16:23 2006 UTC (17 years, 9 months ago) by gezelter
File size: 435 byte(s)
Log Message:
added SphericalHarmonics, fixed a few problems with BondOrderParameter

File Contents

# Content
1 Package = math
2
3 Source = \
4 ParallelRandNumGen.cpp \
5 SeqRandNumGen.cpp \
6 RealSphericalHarmonic.cpp \
7 SphericalHarmonic.cpp \
8 ChebyshevPolynomials.cpp \
9 LegendrePolynomial.cpp \
10 linearAlgebra.F90 \
11 Wigner3jm.F90
12
13 RmiSource =
14
15 Main =
16
17 DEV_ROOT=../..
18 include $(DEV_ROOT)/make/Makefile
19