FACT++  1.0
void ZdAz::Round ( )

Definition at line 103 of file MPointing.cc.

104 {
105  fX = TMath::Nint(fX);
106  fY = TMath::Nint(fY);
107 }