Changeset 3571 for trunk/MagicSoft/Mars/mastro
- Timestamp:
- 03/22/04 13:40:06 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mastro/MAstroCatalog.cc
r3568 r3571 782 782 TVector2 s(v->Phi(), v->Theta()); 783 783 if (Convert(rot, s)==kTRUE) 784 DrawStar(s.X(), TMath::Pi()/2-s.Y(), *v, kFALSE);784 DrawStar(s.X(), -(TMath::Pi()/2-s.Y()), *v, kFALSE); 785 785 } 786 786
Note:
See TracChangeset
for help on using the changeset viewer.