Changeset 3694 in Sophya for trunk/AddOn/TAcq/svv2mtx.cc
- Timestamp:
- Dec 1, 2009, 7:01:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/svv2mtx.cc
r3647 r3694 63 63 int nfreq=0; 64 64 sscanf(arg[3],"%d,%d,%d",&jf1,&jf2,&nfreq); 65 int card=1; 66 if (narg>4) card=atoi(arg[4]); 65 67 cout << " ----- svv2mtx.cc Start - InOutPath= " << inoutpath << " IMin,Max,Step=" 66 << imin << "," << imax << "," << istep << " JF=" << jf1 << "," << jf2 << " ------- " << endl; 67 int card=1; 68 if (narg>4) card=atoi(arg[3]); 68 << imin << "," << imax << "," << istep << " Card=" << card << endl; 69 cout << "Frequency num range JF=" << jf1 << "," << jf2 << "," << nfreq << " ------- " << endl; 69 70 ResourceUsage resu; 70 rc=ProcSVFiles(inoutpath, imin, imax, istep, jf1, jf2, card);71 rc=ProcSVFiles(inoutpath, imin, imax, istep, jf1, jf2, nfreq, card); 71 72 resu.Update(); 72 73 cout << resu;
Note:
See TracChangeset
for help on using the changeset viewer.