ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/math/Makefile
Revision: 2072
Committed: Tue Mar 1 23:02:33 2005 UTC (19 years, 4 months ago) by tim
File size: 133 byte(s)
Log Message:
replace SPRNG by MTRand

File Contents

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