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, 4 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

# 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
11 RmiSource =
12
13 Main =
14
15 DEV_ROOT=../..
16 include $(DEV_ROOT)/make/Makefile
17