git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
0549c01
)
initialise nbytes before using it
author
fca
<fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 2 Nov 1999 17:20:19 +0000
(17:20 +0000)
committer
fca
<fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 2 Nov 1999 17:20:19 +0000
(17:20 +0000)
TRD/AliTRDv1.cxx
patch
|
blob
|
blame
|
history
diff --git
a/TRD/AliTRDv1.cxx
b/TRD/AliTRDv1.cxx
index ae98399c9a25ddd41ebd65f2fca4424949e4aba2..e027339e99bc1284395984de6f6104450a1c3143 100644
(file)
--- a/
TRD/AliTRDv1.cxx
+++ b/
TRD/AliTRDv1.cxx
@@
-15,6
+15,9
@@
/*
$Log$
+Revision 1.14 1999/11/02 17:15:54 fca
+Correct ansi scoping not accepted by HP compilers
+
Revision 1.13 1999/11/02 17:14:51 fca
Correct ansi scoping not accepted by HP compilers
@@
-455,7
+458,7
@@
void AliTRDv1::Digits2Clusters()
// Import the digit tree
gAlice->ResetDigits();
- Int_t nbytes;
+ Int_t nbytes
=0
;
nbytes += DigitTree->GetEvent(1);
// Get the number of digits in the detector