]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDGeometry.cxx
Fixed some coding style violations.
[u/mrichter/AliRoot.git] / FMD / AliFMDGeometry.cxx
index 8743159288f96ad12a49aa11d7c3cc6d3c1b78ba..83031a45638735b844b0349a98b3197cd7e61750 100644 (file)
@@ -193,7 +193,10 @@ void
 AliFMDGeometry::SetActive(Int_t* active, Int_t n) 
 {
   fActive.Set(n);
-  for (Int_t i = 0; i < n; i++) fActive[i] = active[i];
+  for (Int_t i = 0; i < n; i++) { 
+    AliDebug(1, Form("Active vol id # %d: %d", i, active[i]));
+    fActive[i] = active[i];
+  }
 }
 
 //____________________________________________________________________