Changeset 2925 in Sophya for trunk/SophyaPI
- Timestamp:
- Mar 28, 2006, 11:50:45 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/ProgPI/sopiamodule.cc
r2921 r2925 287 287 else if ( (kw == "fftfilter") || (kw == "fftfuncfilter") ) { 288 288 if (tokens.size() < 3) { 289 cout << "Usage: fftfilter/fftfun filter vecSpec Filter vecFiltSpec [graphic_att]" << endl;289 cout << "Usage: fftfilter/fftfuncfilter vecSpec Filter vecFiltSpec [graphic_att]" << endl; 290 290 return(0); 291 291 } … … 416 416 417 417 omg.AddObj(vout, nomout); 418 if(dopt.size()>0)omg.DisplayObj(nomout, dopt);418 omg.DisplayObj(nomout, dopt); 419 419 return; 420 420 … … 463 463 } 464 464 465 if(dopt.size()>0)omg.DisplayObj(nomout, dopt);465 omg.DisplayObj(nomout, dopt); 466 466 return; 467 467 }
Note:
See TracChangeset
for help on using the changeset viewer.