ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/randomSPRNG.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/randomSPRNG.cpp (file contents):
Revision 378 by mmeineke, Fri Mar 21 17:42:12 2003 UTC vs.
Revision 1198 by tim, Thu May 27 00:48:12 2004 UTC

# Line 1 | Line 1
1   #include <iostream>
2 < #include <cmath>
2 > #include <math.h>
3  
4   #include "randomSPRNG.hpp"
5   #include "simError.h"
# Line 24 | Line 24 | randomSPRNG::randomSPRNG(int iseed){
24  
25   #ifdef IS_MPI
26  
27 <  nSPRNGStreams = mpiSim->getNumberProcessors();
27 >  nSPRNGStreams = mpiSim->getNprocessors();
28  
29    myStreamNumber = mpiSim->getMyNode();
30  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines