Changeset 4074 in Sophya for trunk/SophyaPI
- Timestamp:
- May 10, 2012, 10:08:14 AM (13 years ago)
- Location:
- trunk/SophyaPI/PI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piaxes.cc
r4070 r4074 145 145 sprintf(sbuff,"%g",rr); 146 146 rr+=0.1*delta_r; 147 xa=cos(- 0.2)*rr; ya=sin(-0.2)*rr;147 xa=cos(-1.2)*rr; ya=sin(-1.2)*rr; 148 148 g->DrawString(xa,ya,sbuff,PI_HorizontalCenter|PI_VerticalCenter); 149 149 xa=cos(M_PI-0.2)*rr; ya=sin(M_PI-0.2)*rr; -
trunk/SophyaPI/PI/piversion.h
r4059 r4074 2 2 #define PIVERSION_H_SEEN 3 3 4 #define PI_VERSIONNUMBER 4. 254 #define PI_VERSIONNUMBER 4.40 5 5 6 6 #endif
Note:
See TracChangeset
for help on using the changeset viewer.