Skip to content
Snippets Groups Projects
Commit 7cdd0dd8 authored by Rene Brun's avatar Rene Brun
Browse files

Replace the call to HBUG by a print statement

git-svn-id: http://root.cern.ch/svn/root/trunk@23275 27541ba8-7e3a-0410-8455-c3a389f83636
parent 486cf0e2
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,8 @@ ...@@ -84,7 +84,8 @@
ID = ID1 ID = ID1
IDPOS = LOCATI(IQ(LTAB+1),IQ(LCDIR+KNRH),ID) IDPOS = LOCATI(IQ(LTAB+1),IQ(LCDIR+KNRH),ID)
IF (IDPOS .LE. 0) THEN IF (IDPOS .LE. 0) THEN
CALL HBUG('Unknown N-tuple','HNTVAR',ID1) * CALL HBUG('Unknown N-tuple','HNTVAR',ID1)
print *, 'Unknown Ntuple ',ID1
RETURN RETURN
ENDIF ENDIF
LCID = LQ(LTAB-IDPOS) LCID = LQ(LTAB-IDPOS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment