Revision: | 1140 |
Committed: | Wed May 30 14:24:16 2007 UTC (18 years, 3 months ago) by chuckv |
File size: | 437 byte(s) |
Log Message: | Removed CGAL from makefile. |
# | User | Rev | Content |
---|---|---|---|
1 | gezelter | 1099 | 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 |