]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TUHKMgen/UHKM/DecayChannel.cxx
Do not include from subdirectories
[u/mrichter/AliRoot.git] / TUHKMgen / UHKM / DecayChannel.cxx
index 28464c61082c6bd43d505c466bf8fafcbc225ca2..fc121f57d2d75121765bb1cec540f9e6e1282a31 100644 (file)
@@ -51,10 +51,6 @@ DecayChannel::DecayChannel(Int_t mother, Double_t branching, Int_t nDaughters, c
   // constructor
   //
   for(Int_t i=0; i<kMaxDaughters; i++) {
-    if(i >= kMaxDaughters) {
-      cout << "ERROR in DecayChannel explicit constructor: " << endl;
-      cout << "Number of daughters bigger than the maximum allowed one (" << kMaxDaughters << ") !!" << endl;
-    }
     if(i<nDaughters)
       fDaughtersPDG[fNDaughters++] = *(daughters+i);
     else