Changeset 3248 in Sophya for trunk/Cosmo/SimLSS/cmvtstblack.cc
- Timestamp:
- May 15, 2007, 12:08:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvtstblack.cc
r3196 r3248 27 27 if(narg>1) sscanf(arg[1],"%lf,%lf",&T,&nutest); 28 28 if(T<=0.) T = 2.718; 29 if(narg>2) sscanf(arg[2],"% u",&deriv);29 if(narg>2) sscanf(arg[2],"%hu",&deriv); 30 30 if(deriv!=0) deriv = 1; 31 31
Note:
See TracChangeset
for help on using the changeset viewer.