ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/TreeMod/src/OutputMod.cc
(Generate patch)

Comparing UserCode/MitAna/TreeMod/src/OutputMod.cc (file contents):
Revision 1.9 by loizides, Thu Mar 12 18:24:33 2009 UTC vs.
Revision 1.10 by loizides, Mon Mar 23 14:39:52 2009 UTC

# Line 431 | Line 431 | void OutputMod::RequestBranch(const char
431    // Request given branch from TAM.
432  
433    if (GetNBranches()>=fNBranchesMax) {
434 <    SendError(kAbortAnalysis, "RequestBranch", "Can not request branch for %bname"
434 >    SendError(kAbortAnalysis, "RequestBranch", "Cannot request branch for %bname"
435                "since maximum number of branches [%d] is reached", bname, fNBranchesMax);
436      return;
437    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines