Changeset 3805 in Sophya for trunk/Cosmo/SimLSS/cmvtintfun.cc
- Timestamp:
- Jul 24, 2010, 12:01:34 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvtintfun.cc
r3196 r3805 44 44 unsigned short glorder=4; 45 45 46 if(narg>1) sscanf(arg[1],"%lf",&n);47 if(narg>2) sscanf(arg[2],"%lf,%lf,%d",&xmin,&xmax,&npt);48 46 cout<<"n="<<n<<" xmin="<<xmin<<" xmax="<<xmax<<" npt="<<npt<<endl; 49 47
Note:
See TracChangeset
for help on using the changeset viewer.