]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Coverity 17476
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 8 Aug 2011 10:01:27 +0000 (10:01 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 8 Aug 2011 10:01:27 +0000 (10:01 +0000)
MUON/AliMUONAlignmentTask.cxx

index b3302540196aed3a9f97445c91f192bdf75e46e3..7c084d5ce55b42de0381764f32c1c5a507e23e36 100644 (file)
@@ -123,7 +123,7 @@ AliMUONAlignmentTask::AliMUONAlignmentTask(const AliMUONAlignmentTask& other):
   fReadRecords( other.fReadRecords ),
   fWriteRecords( other.fWriteRecords ),
   fDoAlignment( other.fDoAlignment ),
-  fAlign( fAlign ),
+  fAlign( other.fAlign ),
   fGeoFilename( other.fGeoFilename ),
   fDefaultStorage( other.fDefaultStorage ),
   fOldAlignStorage( other.fOldAlignStorage ),