Changeset 1593 in Sophya for trunk/SophyaPI/PIext/piafitting.cc


Ignore:
Timestamp:
Jul 23, 2001, 5:42:15 PM (24 years ago)
Author:
ansari
Message:

Adaptation au changement interface PIApplication::PrefCompSz() PIApplication::PrefCompSize() - Reza 23/7/2001

File:
1 edited

Legend:

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

    r1268 r1593  
    12051205// bsx,bsy = environ 6 lettres
    12061206int bsx,bsy;
    1207 par->PrefCompSz(bsx, bsy);
     1207par->PrefCompSize(bsx, bsy);
    12081208int spx = (bsx>=10) ? bsx/10 : 1;  // intervalle entre lettres X
    12091209int spy = (bsy>=6) ? bsy/6 : 1;    // intervalle entre lettres Y
Note: See TracChangeset for help on using the changeset viewer.