Index: trunk/Cosy/main/MSlewing.cc
===================================================================
--- trunk/Cosy/main/MSlewing.cc	(revision 12595)
+++ trunk/Cosy/main/MSlewing.cc	(revision 12596)
@@ -1,3 +1,2 @@
-#include "MSlewing.h"
 #include "MSlewing.h"
 
@@ -176,5 +175,9 @@
         // ==============================================
         //   Estimate the noncircularity of the zd axis
+#ifdef FACT
+        const Double_t add = 0;
+#else
         const Double_t add = GetDiff(sepos)-GetDiff(dest);
+#endif
 
         const ZdAz dest2(dest.Zd()+add, dest.Az());
