Changeset 120 in Sophya for trunk/SophyaPI/PI/pistlist.cc
- Timestamp:
- Jul 15, 1998, 7:08:53 PM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pistlist.cc
r119 r120 37 37 38 38 /* --Methode-- */ 39 void PIStarList::Update Size()39 void PIStarList::UpdateLimits() 40 40 { 41 41 if (!mStL) return; … … 67 67 int msz = mMSz; 68 68 if (msz < 1) msz = 1; 69 70 g->SelFont();69 PIMarker mrk = (mMrk != PI_NotDefMarker) ? mMrk : PI_FCircleMarker; 70 // g->SelFont(); 71 71 nok = 0; nl2 = mNLev*2-1; 72 72 for (int i=0; i<mStL->NbStars(); i++) { … … 80 80 sz = (int)((log10((double)flx/mF0))/mDLgF*(double)nl2-0.01) + msz; 81 81 if (sz < 2) g->SelMarker(sz, PI_DotMarker); 82 else g->SelMarker(sz, PI_FCircleMarker);82 else g->SelMarker(sz, mrk); 83 83 g->DrawMarker((double)xp,(double)yp ); 84 84 if (mDspFV) {
Note:
See TracChangeset
for help on using the changeset viewer.