Changeset 2925 in Sophya for trunk/SophyaPI


Ignore:
Timestamp:
Mar 28, 2006, 11:50:45 AM (20 years ago)
Author:
ansari
Message:

Petites correction concernant la gestion de dopt (display option) dans commandes FFT - Reza 28/3/2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/ProgPI/sopiamodule.cc

    r2921 r2925  
    287287else if ( (kw == "fftfilter") || (kw == "fftfuncfilter") ) {
    288288  if (tokens.size() < 3) {
    289     cout << "Usage: fftfilter/fftfunfilter vecSpec Filter vecFiltSpec [graphic_att]" << endl;
     289    cout << "Usage: fftfilter/fftfuncfilter vecSpec Filter vecFiltSpec [graphic_att]" << endl;
    290290    return(0);
    291291    }
     
    416416
    417417omg.AddObj(vout, nomout);
    418 if(dopt.size()>0) omg.DisplayObj(nomout, dopt);
     418omg.DisplayObj(nomout, dopt);
    419419return;
    420420
     
    463463}
    464464
    465 if(dopt.size()>0) omg.DisplayObj(nomout, dopt);
     465omg.DisplayObj(nomout, dopt);
    466466return;
    467467}
Note: See TracChangeset for help on using the changeset viewer.