ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/math/Makefile
Revision: 2211
Committed: Thu Apr 21 14:12:19 2005 UTC (19 years, 2 months ago) by chrisfen
File size: 195 byte(s)
Log Message:
Shapes is limping along with a array bounds overwrite (I think...). At least the parser loads the forcefield fine...

File Contents

# User Rev Content
1 gezelter 1951 Package = math
2    
3 gezelter 1490 Source = \
4 chrisfen 2211 ParallelRandNumGen.cpp \
5     SeqRandNumGen.cpp \
6     RealSphericalHarmonic.cpp
7 gezelter 1490
8     RmiSource =
9    
10     Main =
11    
12 tim 1513 DEV_ROOT=../..
13     include $(DEV_ROOT)/make/Makefile
14