Changeset 205 in Sophya for trunk/SophyaPI/PIext/pistlist.cc
- Timestamp:
- Mar 1, 1999, 6:05:59 PM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistlist.cc
r165 r205 43 43 44 44 // Commencer par trouver nos limites 45 floatdx, dy;45 double dx, dy; 46 46 double x1, x2, y1, y2; 47 47 mStL->CalcXYLimits(x1, x2, y1, y2); … … 56 56 57 57 /* --Methode-- */ 58 void PIStarList::Draw(PIGraphicUC* g, float xmin, float ymin, float xmax, floatymax)58 void PIStarList::Draw(PIGraphicUC* g, double xmin, double ymin, double xmax, double ymax) 59 59 { 60 60 BStar *sti; 61 float xp,yp,flx; 61 double xp,yp; 62 float flx; 62 63 int sz; 63 64 char buff[128]; … … 85 86 if (mDspFV) { 86 87 sprintf(buff," F=%g", flx); 87 floatdx,dy;88 double dx,dy; 88 89 g->DGrC2UC(sz, 4, dx, dy); 89 90 g->DrawString(xp+dx, yp-dy, buff);
Note:
See TracChangeset
for help on using the changeset viewer.