]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
set the right comment in a printout
authorarcelli <arcelli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Feb 2008 13:04:37 +0000 (13:04 +0000)
committerarcelli <arcelli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Feb 2008 13:04:37 +0000 (13:04 +0000)
CORRFW/AliCFGrid.cxx

index 5efaca207f802002ce2c8d258cafb69e01a21a81..383a46bc120502882fa4c6a04de03e045505df6c 100644 (file)
@@ -1114,8 +1114,8 @@ void AliCFGrid::SetExcludeOffEntriesInProj(Bool_t in)
   // or included, when performing projections.
   // For AliCFGrid implementation, only option = kTRUE is available
 
-  if(in){
-    AliInfo(Form("This option not available for AliCFGrid")); 
+  if(!in){
+    AliInfo(Form("This option is not available for AliCFGrid, Under/Overflows in hidden dimensions are always excluded")); 
     return;
   }