| Revision: | 2869 |
| Committed: | Mon Jun 19 17:55:26 2006 UTC (19 years, 5 months ago) by chuckv |
| File size: | 407 byte(s) |
| Log Message: | Added support for Winger3jm coefficients. |
| # | 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 |