ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/math/Makefile
Revision: 2592
Committed: Thu Feb 16 21:40:20 2006 UTC (18 years, 5 months ago) by gezelter
File size: 358 byte(s)
Log Message:
fixed a problem with cutoff radii being set larger than 1/2 the
length of the shortest box dimension.  added a few fortran utility
routines

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     linearAlgebra.F90
10    
11 gezelter 1490 RmiSource =
12    
13     Main =
14    
15 tim 1513 DEV_ROOT=../..
16     include $(DEV_ROOT)/make/Makefile
17