Changeset 4074 in Sophya for trunk


Ignore:
Timestamp:
May 10, 2012, 10:08:14 AM (13 years ago)
Author:
ansari
Message:

petit changement ds trace label axes polaires et MAJ numero de version PI, Reza 10/05/2012

Location:
trunk/SophyaPI/PI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/piaxes.cc

    r4070 r4074  
    145145      sprintf(sbuff,"%g",rr);
    146146      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;
    148148      g->DrawString(xa,ya,sbuff,PI_HorizontalCenter|PI_VerticalCenter);
    149149      xa=cos(M_PI-0.2)*rr;  ya=sin(M_PI-0.2)*rr;
  • trunk/SophyaPI/PI/piversion.h

    r4059 r4074  
    22#define PIVERSION_H_SEEN
    33
    4 #define PI_VERSIONNUMBER  4.25
     4#define PI_VERSIONNUMBER  4.40
    55
    66#endif
Note: See TracChangeset for help on using the changeset viewer.