Changeset 205 in Sophya for trunk/SophyaPI/PIext/pigfd2.cc
- Timestamp:
- Mar 1, 1999, 6:05:59 PM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pigfd2.cc
r185 r205 48 48 if(zmax<=zmin) zmax = zmin+1.; 49 49 // Voir commentaires pintuple3d.cc 50 floatD = xmax-xmin;50 double D = xmax-xmin; 51 51 if (D < (ymax-ymin)) D = ymax-ymin; 52 52 D *= 1.4; … … 61 61 62 62 /* --Methode-- */ 63 void PIGenFitDat3D::Draw(PIGraphicUC* g, float xmin, float ymin, float xmax, floatymax)63 void PIGenFitDat3D::Draw(PIGraphicUC* g, double xmin, double ymin, double xmax, double ymax) 64 64 { 65 65 // On trace les axes - En attendant de faire mieux - Reza 8/12/98 … … 81 81 if (mLAtt == PI_NotDefLineAtt) g3->SelLine(PI_ThinLine); 82 82 83 floatxp,yp,zp,er;83 double xp,yp,zp,er; 84 84 for (int i=0; i<mGFD->NData(); i++) { 85 85 xp = mGFD->Absc(VarX,i);
Note:
See TracChangeset
for help on using the changeset viewer.