- Timestamp:
- Oct 20, 2002, 4:37:43 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piaxes.cc
r2166 r2216 297 297 298 298 yMajTickLen = (xMax-xMin)/100; 299 yMinTickLen = (xMax-xMin)/2 50;299 yMinTickLen = (xMax-xMin)/200; // Au lieu de 250, Reza 20/10/02 300 300 xMajTickLen = (yMax-yMin)/100; 301 xMinTickLen = (yMax-yMin)/2 50;301 xMinTickLen = (yMax-yMin)/200; // Au lieu de 250, Reza 20/10/02 302 302 303 303 setupDone = true;
Note:
See TracChangeset
for help on using the changeset viewer.