]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDarrayF.cxx
Modifications for the xlc compiler
[u/mrichter/AliRoot.git] / TRD / AliTRDarrayF.cxx
index e46a4cbc054c3a736b8ff3ce45f9a6b8ef5786cb..881a4bae8d23ac46455fe3de8bbe90b8ce7abcfb 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-Revision 1.3  2000/06/08 18:32:58  cblume
-Make code compliant to coding conventions
-
-Revision 1.2  2000/05/08 16:17:27  cblume
-Merge TRD-develop
-
-Revision 1.1.2.1  2000/05/08 14:35:38  cblume
-Add float array
-
-*/
+/* $Id$ */
 
 ///////////////////////////////////////////////////////////////////////
 //                                                                   //  
@@ -41,6 +30,15 @@ Add float array
 
 ClassImp(AliTRDarrayF)
 
+//_____________________________________________________________________________
+AliTRDarrayF::AliTRDarrayF():TArrayF()
+{
+  //
+  // Default constructor
+  //
+
+}
+
 //_____________________________________________________________________________
 AliTRDarrayF::~AliTRDarrayF()
 {