ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/math/Makefile
Revision: 2869
Committed: Mon Jun 19 17:55:26 2006 UTC (18 years ago) by chuckv
File size: 407 byte(s)
Log Message:
Added support for Winger3jm coefficients.

File Contents

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