Changeset 1593 in Sophya for trunk/SophyaPI/PIext/piafitting.cc
- Timestamp:
- Jul 23, 2001, 5:42:15 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piafitting.cc
r1268 r1593 1205 1205 // bsx,bsy = environ 6 lettres 1206 1206 int bsx,bsy; 1207 par->PrefCompS z(bsx, bsy);1207 par->PrefCompSize(bsx, bsy); 1208 1208 int spx = (bsx>=10) ? bsx/10 : 1; // intervalle entre lettres X 1209 1209 int spy = (bsy>=6) ? bsy/6 : 1; // intervalle entre lettres Y
Note:
See TracChangeset
for help on using the changeset viewer.