]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDPreprocessor.cxx
Fix of coding rule violations
[u/mrichter/AliRoot.git] / TRD / AliTRDPreprocessor.cxx
index 3153eabf8a9a7148a022cdfb80538094c76220ec..fd6205c23d42ec64b9675538472f460a9745a7a7 100644 (file)
@@ -175,7 +175,7 @@ Bool_t AliTRDPreprocessor::ProcessDCS(TMap * dcsAliasMap)
     if (nGraph [iAlias] == 0) {
       Log("No TGraph for this dcsDatapointAlias : not stored");
       results [iAlias] = kFALSE;
-      //error  = kTRUE;
+      error  = kTRUE;
       continue;
     }