]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/RESONANCES/AliRsnExpression.cxx
Fixes
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / AliRsnExpression.cxx
index 8c7e3345ebe375a8a9a1090e02b72b338908677d..feefa15e21459366383dfe110a1619fe03023657 100644 (file)
@@ -101,11 +101,10 @@ Bool_t AliRsnExpression::Value(TObjArray &vars)
       AliError("Expression undefined.");
       return kFALSE;
    }
-   if (!fArg2) {
-      AliError("Argument 2 is required.");
-      return kFALSE;
-   }
-
+   //if (fArg2 == 0) {
+   //   AliError("Needed second parameter");
+   //   return kFALSE;
+   //}
 
 //   AliDebug(AliLog::kDebug,Form("fOperator %d",fOperator));