Changeset 12596 for trunk/Cosy/main
- Timestamp:
- 11/21/11 13:03:49 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosy/main/MSlewing.cc
r10008 r12596 1 #include "MSlewing.h"2 1 #include "MSlewing.h" 3 2 … … 176 175 // ============================================== 177 176 // Estimate the noncircularity of the zd axis 177 #ifdef FACT 178 const Double_t add = 0; 179 #else 178 180 const Double_t add = GetDiff(sepos)-GetDiff(dest); 181 #endif 179 182 180 183 const ZdAz dest2(dest.Zd()+add, dest.Az());
Note:
See TracChangeset
for help on using the changeset viewer.