Ignore:
Timestamp:
Jun 20, 2006, 6:21:08 PM (19 years ago)
Author:
ansari
Message:

Ajout int lev a Print(ostream& int lev=0) de l'adaptateur , Reza 20/6/2006

File:
1 edited

Legend:

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

    r2902 r2977  
    3333  virtual AnyDataObj* CloneDataObj(bool share=false);
    3434  virtual void SavePPF(POutPersist& s, string const & nom);
    35   virtual void Print(ostream& os);
     35  virtual void Print(ostream& os, int lev=0);
    3636  virtual NTupleInterface* GetNTupleInterface(bool& adel);
    3737
     
    7373}
    7474
    75 void NOMAdapter_FitsBT::Print(ostream& os)
    76 {
    77 mFBT->Print(os,99);
     75void NOMAdapter_FitsBT::Print(ostream& os, int lev)
     76{
     77mFBT->Print(os, lev);
    7878}
    7979
Note: See TracChangeset for help on using the changeset viewer.