| Revision: | 1140 |
| Committed: | Wed May 30 14:24:16 2007 UTC (19 years ago) by chuckv |
| File size: | 437 byte(s) |
| Log Message: | Removed CGAL from makefile. |
| # | Content |
|---|---|
| 1 | Package = math |
| 2 | |
| 3 | MySource = \ |
| 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 |