Changeset 2214 for trunk/MagicSoft/Mars/mmain/MStatusDisplay.cc
- Timestamp:
- 06/23/03 13:52:21 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmain/MStatusDisplay.cc
r2207 r2214 832 832 { 833 833 if (gROOT->IsBatch()) 834 return fBatch.FindObject(c);834 return (Bool_t)fBatch.FindObject(c); 835 835 836 836 for (int i=1; i<fTab->GetNumberOfTabs(); i++)
Note:
See TracChangeset
for help on using the changeset viewer.