Changeset 205 in Sophya for trunk/SophyaPI/PIext/pigfd2.cc


Ignore:
Timestamp:
Mar 1, 1999, 6:05:59 PM (27 years ago)
Author:
ercodmgr
Message:

1/ Adaptation pour passage en double de trace en coordonnees graphiques
User (UC) (float -> double)
2/ Adaptation pour passage en double pour les ArrayAdapter

Reza 1/03/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pigfd2.cc

    r185 r205  
    4848if(zmax<=zmin) zmax = zmin+1.;
    4949// Voir commentaires pintuple3d.cc
    50 float D = xmax-xmin;
     50double D = xmax-xmin;
    5151if (D < (ymax-ymin))  D = ymax-ymin;
    5252D *= 1.4;
     
    6161
    6262/* --Methode-- */
    63 void PIGenFitDat3D::Draw(PIGraphicUC* g, float xmin, float ymin, float xmax, float ymax)
     63void PIGenFitDat3D::Draw(PIGraphicUC* g, double xmin, double ymin, double xmax, double ymax)
    6464{
    6565// On trace les axes - En attendant de faire mieux - Reza 8/12/98
     
    8181if (mLAtt == PI_NotDefLineAtt)  g3->SelLine(PI_ThinLine);
    8282
    83 float xp,yp,zp,er;
     83double xp,yp,zp,er;
    8484for (int i=0; i<mGFD->NData(); i++) {
    8585  xp = mGFD->Absc(VarX,i);
Note: See TracChangeset for help on using the changeset viewer.