]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpBusPatch.cxx
In SetNofManusPerModule(): return false if no action
[u/mrichter/AliRoot.git] / 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; 
 }     
 
 //______________________________________________________________________________