ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/math/Makefile
Revision: 514
Committed: Thu Apr 21 14:12:19 2005 UTC (20 years, 3 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 267 Package = math
2    
3 gezelter 2 Source = \
4 chrisfen 514 ParallelRandNumGen.cpp \
5     SeqRandNumGen.cpp \
6     RealSphericalHarmonic.cpp
7 gezelter 2
8     RmiSource =
9    
10     Main =
11    
12 tim 24 DEV_ROOT=../..
13     include $(DEV_ROOT)/make/Makefile
14