ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/math/Makefile
Revision: 1141
Committed: Wed May 30 18:47:04 2007 UTC (18 years, 3 months ago) by chuckv
File size: 417 byte(s)
Log Message:
Fixed more bugs and removed more CGAL.

File Contents

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