Changeset 2103 in Sophya
- Timestamp:
- Jul 16, 2002, 6:41:02 PM (23 years ago)
- Location:
- trunk/SophyaPI/PI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piaxes.cc
r2098 r2103 6 6 #include "machdefs.h" 7 7 #include <stdio.h> 8 #include <iostream.h> 8 9 #include <strings.h> 9 10 #include <math.h> -
trunk/SophyaPI/PI/piaxestools.cc
r2090 r2103 92 92 int cpx = spx*2; 93 93 int cpy = spy*2; 94 int csx = cpx;95 int csy = cpy;96 94 mLab[0] = new PILabel(this, "X Min Max", 1.25*bsx, bsy, cpx, cpy); 97 95 cpy += spy+bsy;
Note:
See TracChangeset
for help on using the changeset viewer.