]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliMagFCM.cxx
Coding convention correction and warning removal
[u/mrichter/AliRoot.git] / STEER / AliMagFCM.cxx
index 2de1a2d1661004a3c1ca2cddaf34dd540f04de48..26af5e449c562d3e06c9449e120721f97ead7153 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.1  2000/07/11 18:24:59  fca
+Coding convention corrections + few minor bug fixes
+
 */
 
 #include "AliMagFCM.h"
@@ -225,10 +228,10 @@ void AliMagFCM::ReadField()
 }
 
 //________________________________________
-void AliMagFCM::Copy(AliMagFCM &magf) const
+void AliMagFCM::Copy(AliMagFCM & /* magf */) const
 {
   //
-  // Copy *this onto magf
+  // Copy *this onto magf -- Not implemented
   //
   Fatal("Copy","Not implemented!\n");
 }