X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TRD%2FAliTRDarrayI.cxx;h=ace0b347684b75e1f74a48029c240024a65860f6;hb=8230f242a54d81b01f5a6fe9c900cee395cdaf57;hp=5293c057977b58ec04e0f94556e32b816f7ee273;hpb=d33c022649e3a716986ed503d09f71d83bdbb7ec;p=u%2Fmrichter%2FAliRoot.git diff --git a/TRD/AliTRDarrayI.cxx b/TRD/AliTRDarrayI.cxx index 5293c057977..ace0b347684 100644 --- a/TRD/AliTRDarrayI.cxx +++ b/TRD/AliTRDarrayI.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.2 2000/05/08 16:17:27 cblume +Merge TRD-develop + Revision 1.1.4.1 2000/05/08 14:35:54 cblume Update @@ -47,6 +50,19 @@ AliTRDarrayI::~AliTRDarrayI() } +//_____________________________________________________________________________ +void AliTRDarrayI::Copy(AliTRDarrayI &a) +{ + // + // Copy function + // + + TObject::Copy(a); + TArrayI::Copy(a); + +} + + //_____________________________________________________________________________ void AliTRDarrayI::Expand(Int_t n) {