- Timestamp:
- Jun 20, 2006, 6:21:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/ProgPI/fitsbtadapter.cc
r2902 r2977 33 33 virtual AnyDataObj* CloneDataObj(bool share=false); 34 34 virtual void SavePPF(POutPersist& s, string const & nom); 35 virtual void Print(ostream& os );35 virtual void Print(ostream& os, int lev=0); 36 36 virtual NTupleInterface* GetNTupleInterface(bool& adel); 37 37 … … 73 73 } 74 74 75 void NOMAdapter_FitsBT::Print(ostream& os )76 { 77 mFBT->Print(os, 99);75 void NOMAdapter_FitsBT::Print(ostream& os, int lev) 76 { 77 mFBT->Print(os, lev); 78 78 } 79 79
Note:
See TracChangeset
for help on using the changeset viewer.