Changeset 3615 in Sophya for trunk/Cosmo/SimLSS/cmvtstsch.cc
- Timestamp:
- May 1, 2009, 1:34:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvtstsch.cc
r3572 r3615 7 7 #include <math.h> 8 8 #include <unistd.h> 9 #include "sophyainit.h" 9 10 #include "timing.h" 10 11 #include "histos.h" … … 35 36 int main(int narg,char *arg[]) 36 37 { 38 SophyaInit(); 37 39 double h75 = 0.71 / 0.75; 38 40 double nstar = 0.006*pow(h75,3.); // … … 66 68 break; 67 69 case 'a' : 68 Auto _Ini_Ranf(5);70 AutoInitRand(5); 69 71 break; 70 72 case 'h' :
Note:
See TracChangeset
for help on using the changeset viewer.