# | 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 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |