Index: trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.h
===================================================================
--- trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.h	(revision 3867)
+++ trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.h	(revision 3892)
@@ -24,7 +24,7 @@
     enum
     {
-        kUseInterpolation = BIT(1),
-        kUseCentralPixel  = BIT(2),
-        kProcessRMS       = BIT(3)
+        kUseInterpolation = 1,
+        kUseCentralPixel  = 2,
+        kProcessRMS       = 3
     };
 
@@ -34,5 +34,4 @@
     void InterpolatePedestals() const;
 
-    //void  Interpolate() const;
     void   Unmap() const;
     void   StreamPrimitive(ofstream &out) const;
