]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDarrayI.cxx
Make code compliant to coding conventions
[u/mrichter/AliRoot.git] / TRD / AliTRDarrayI.cxx
index 5293c057977b58ec04e0f94556e32b816f7ee273..ace0b347684b75e1f74a48029c240024a65860f6 100644 (file)
@@ -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)
 {