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

# User Rev Content
1 gezelter 1951 Package = math
2    
3 gezelter 1490 Source = \
4 chrisfen 2211 ParallelRandNumGen.cpp \
5 tim 2448 SeqRandNumGen.cpp \
6     RealSphericalHarmonic.cpp \
7 tim 2576 ChebyshevPolynomials.cpp \
8 gezelter 2592 LegendrePolynomial.cpp \
9 chuckv 2869 linearAlgebra.F90 \
10     Wigner3jm.F90
11 gezelter 2592
12 gezelter 1490 RmiSource =
13    
14     Main =
15    
16 tim 1513 DEV_ROOT=../..
17     include $(DEV_ROOT)/make/Makefile
18