Changeset 3248 in Sophya for trunk/Cosmo/SimLSS/cmvdefsurv.cc
- Timestamp:
- May 15, 2007, 12:08:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvdefsurv.cc
r3246 r3248 115 115 break; 116 116 case 'U' : 117 sscanf(optarg,"%lf,%lf,%lf,%lf,% u",&h100,&om0,&ol0,&w0,&flat);117 sscanf(optarg,"%lf,%lf,%lf,%lf,%hu",&h100,&om0,&ol0,&w0,&flat); 118 118 break; 119 119 case '2' : … … 375 375 376 376 double smass = mhiref/ssig*slim; 377 cout<<"\nSigma noise equivalent = "<<smass<<" Msol"<<endl; 377 cout<<"\nSigma noise equivalent = "<<smass<<" Msol (1 lobe)"<<endl; 378 double smass_nl = mhiref/ssig*slim_nl; 379 cout<<"\nSigma noise equivalent = "<<smass_nl<<" Msol ("<<nlobes<<" lobes)"<<endl; 378 380 379 381 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.