Changeset 205 in Sophya for trunk/SophyaPI/PIext/pintuple.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/pintuple.cc

    r165 r205  
    6363
    6464/* --Methode-- */
    65 void PINTuple::Draw(PIGraphicUC* g, float xmin, float ymin, float xmax, float ymax)
     65void PINTuple::Draw(PIGraphicUC* g, double xmin, double ymin, double xmax, double ymax)
    6666{
    67 float xp,yp,xer,yer;
     67double xp,yp,xer,yer;
    6868int nok;
    6969
Note: See TracChangeset for help on using the changeset viewer.