]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/hough/AliL3HoughTest.cxx
- check for AliRoot features/libs/files and corresponding conditional
[u/mrichter/AliRoot.git] / HLT / hough / AliL3HoughTest.cxx
index b2f128e89fbbe2cdfe0761ed7c9d2c667823e5c0..071057dbbebaba94f1cc71c985fd09d1832a8a64 100644 (file)
@@ -17,7 +17,7 @@
 #include <TH3.h>
 #include <TAxis.h>
 
-#if __GNUC__ == 3
+#if __GNUC__ >= 3
 using namespace std;
 #endif
 
@@ -298,8 +298,8 @@ void AliL3HoughTest::Transform2CircleF(AliL3Histogram *hist)
                }
            }
        }
-      return;
     }
+  return;
 }
 
 void AliL3HoughTest::Transform2Line(AliL3Histogram *hist,Int_t *rowrange)