Changeset 15445 for trunk/Mars/mastro
- Timestamp:
- 04/26/13 16:37:08 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mastro/MAstroCatalog.h
r9292 r15445 157 157 158 158 // TObject 159 void Delete(Option_t * o="") { fList.Delete(); fMapG.Delete(); } // Delete list of stars160 void Print(Option_t * o="") const { fList.Print(); } // Print all stars161 void Draw(Option_t * o="");159 void Delete(Option_t * = "") { fList.Delete(); fMapG.Delete(); } // Delete list of stars 160 void Print(Option_t * = "") const { fList.Print(); } // Print all stars 161 void Draw(Option_t * = ""); 162 162 void SetDrawOption(Option_t *option="") 163 163 {
Note:
See TracChangeset
for help on using the changeset viewer.