]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
In SetNofManusPerModule(): return false if no action
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 4 May 2007 11:22:26 +0000 (11:22 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 4 May 2007 11:22:26 +0000 (11:22 +0000)
MUON/mapping/AliMpBusPatch.cxx

index c120a111cf492441a5205ad65bfe1c62bb6d5b70..0e41dfe8c580d405a530fe8d61901b768acf24ca 100644 (file)
@@ -193,7 +193,9 @@ Bool_t AliMpBusPatch::SetNofManusPerModule()
     //vec[vec.GetSize()-1] = manuPerPcb+1;
     fNofManusPerModule.Add(manuPerPcb+1);
     return true;  
-  }  
+  } 
+  
+  return false; 
 }     
 
 //______________________________________________________________________________