Changeset 3923 in Sophya for trunk/AddOn/TAcq/brparam.cc


Ignore:
Timestamp:
Dec 3, 2010, 11:37:54 PM (15 years ago)
Author:
ansari
Message:

amelioration mineures au niveau de l'impression, Reza 03/12/2010

File:
1 edited

Legend:

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

    r3920 r3923  
    221221  prtlevel_=0;
    222222  prtmodulo_=50000;
     223  prtmodulo2_=50;
    223224  Decode();    // On decode et on complete les parametres
    224225}
     
    305306
    306307  prtlevel_=p.prtlevel_;
    307   prtmodulo_=p.prtlevel_;
     308  prtmodulo_=p.prtmodulo_;
     309  prtmodulo2_=p.prtmodulo2_;
    308310
    309311  return;
     
    399401    prtlevel_=conf.IParam("prtlev",0,0);
    400402    prtmodulo_=conf.IParam("prtlev",1,50000);
     403    prtmodulo2_=conf.IParam("prtlev",2,50);
    401404  }
    402405 
     
    553556  os << " monothr y(1)/n(0) " << ((monothr)?"true":"false");
    554557  os << " ActivatePattern " << ((activate_pattern)?"true":"false") <<  endl;
    555   os << " PrtLevel=" << prtlevel_ << " PrtCntModulo=" <<  prtmodulo_ << endl;
     558  os << " PrtLevel=" << prtlevel_ << " PrtCntModulo=" <<  prtmodulo_ << " PrtCntModulo2=" <<  prtmodulo2_ << endl;
    556559
    557560  return os;
Note: See TracChangeset for help on using the changeset viewer.