ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataCont/interface/Array.h
(Generate patch)

Comparing UserCode/MitAna/DataCont/interface/Array.h (file contents):
Revision 1.2 by loizides, Wed Sep 10 03:33:26 2008 UTC vs.
Revision 1.3 by loizides, Thu Oct 23 18:22:27 2008 UTC

# Line 107 | Line 107 | inline ArrayElement *mithep::Array<Array
107      return static_cast<ArrayElement*>(fArray.UncheckedAt(idx));
108  
109    ArrayElement tmp;
110 <  Fatal("At","Index too large: (%ud < %ud violated) for %s containing %s",
111 <        idx, fNumEntries, this->GetName(), tmp.GetName());
110 >  TObject::Fatal("At","Index too large: (%ud < %ud violated) for %s containing %s",
111 >                 idx, fNumEntries, this->GetName(), tmp.GetName());
112    return 0;
113   }
114  
# Line 122 | Line 122 | inline const ArrayElement *mithep::Array
122      return static_cast<const ArrayElement*>(fArray.UncheckedAt(idx));
123  
124    ArrayElement tmp;
125 <  Fatal("At","Index too large: (%ud < %ud violated) for %s containing %s",
126 <        idx, fNumEntries, this->GetName(), tmp.GetName());
125 >  TObject::Fatal("At","Index too large: (%ud < %ud violated) for %s containing %s",
126 >                 idx, fNumEntries, this->GetName(), tmp.GetName());
127    return 0;
128   }
129  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines