Changeset 3149 in Sophya for trunk/SophyaPI/PIext/nomherradapter.cc
- Timestamp:
- Jan 18, 2007, 7:21:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomherradapter.cc
r3145 r3149 16 16 17 17 #include "objfitter.h" 18 #include "strutilxx.h" 18 19 19 20 //----------------------------------------------------------------------------- … … 243 244 PIDrawer* NOMAdapter_Histo2DErr::GetDrawer(string & dopt) 244 245 { 245 dopt = "thinline " + dopt; // $CHECK$ CMV : faut-il ajouter thinline246 dopt = "thinline " + dopt; 246 247 return( new PIHisto2D(new Histo2DErrWrapper(mHerr, false), true) ); 247 248 } … … 250 251 P2DArrayAdapter* NOMAdapter_Histo2DErr::Get2DArray(string & dopt) 251 252 { 252 // DEL return ( new POHe2DAdapter(mHerr, false) ); -- A SUPPRIMER253 253 Histo2DErrWrapper* hwp = new Histo2DErrWrapper(mHerr, false); 254 // $CHECK$ CMV : pour les options hbincont hbinerr ... 255 // voir NOMAdapter_Histo2D::Get2DArray(string & dopt) ds nomhistadapter.cc 256 return hwp; 254 vector<string> vopts; 255 FillVStringFrString(dopt,vopts,' '); 256 hwp->DecodeOptionString(vopts,false); 257 return hwp; 257 258 } 258 259
Note:
See TracChangeset
for help on using the changeset viewer.