]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Initialize TVector* save.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Jul 2002 15:06:22 +0000 (15:06 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Jul 2002 15:06:22 +0000 (15:06 +0000)
STEER/AliFieldMap.cxx

index 74fb15c592568579f6081203051b7c60792c7d1e..78c79949b3d9d93179976dbaa205d259a459d27f 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.3  2002/02/26 16:13:07  morsch
+Correction in streamer.
+
 Revision 1.2  2002/02/22 14:00:20  morsch
 Protection against replication of fieldmap data in gAlice.
 
@@ -234,7 +237,7 @@ AliFieldMap & AliFieldMap::operator =(const AliFieldMap &magf)
 void AliFieldMap::Streamer(TBuffer &R__b)
 {
    // Stream an object of class AliFieldMap.
-    TVector* save;
+    TVector* save = 0;
     
     if (R__b.IsReading()) {
        AliFieldMap::Class()->ReadBuffer(R__b, this);