Changeset 3694 in Sophya for trunk/AddOn/TAcq/svv2mtx.cc


Ignore:
Timestamp:
Dec 1, 2009, 7:01:36 PM (16 years ago)
Author:
ansari
Message:

petites optimisations et corrections, Reza 01/12/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/svv2mtx.cc

    r3647 r3694  
    6363    int nfreq=0;
    6464    sscanf(arg[3],"%d,%d,%d",&jf1,&jf2,&nfreq);
     65    int card=1;
     66    if (narg>4) card=atoi(arg[4]);
    6567    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;
    6970    ResourceUsage resu;
    70     rc=ProcSVFiles(inoutpath, imin, imax, istep, jf1, jf2, card);
     71    rc=ProcSVFiles(inoutpath, imin, imax, istep, jf1, jf2, nfreq, card);
    7172    resu.Update();
    7273    cout << resu;
Note: See TracChangeset for help on using the changeset viewer.