Update of /cvsroot/easycalc/easycalc
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7619
Modified Files:
grsetup.c
Log Message:
Index: grsetup.c
===================================================================
RCS file: /cvsroot/easycalc/easycalc/grsetup.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** grsetup.c 12 Sep 2006 19:40:55 -0000 1.22
--- grsetup.c 23 Sep 2006 21:52:03 -0000 1.23
***************
*** 579,583 ****
if(graphPrefs.functype!=graph_param || i%2==0){
! Coord x1=x,x2=x+HanderaCoord(3),x3=x+HanderaCoord(5);
Coord y1=y,y2=y-HanderaCoord(2),y3=y-HanderaCoord(4);
--- 579,583 ----
if(graphPrefs.functype!=graph_param || i%2==0){
! Coord x1=x,x2=x+HanderaCoord(3),x3=x+HanderaCoord(6);
Coord y1=y,y2=y-HanderaCoord(2),y3=y-HanderaCoord(4);
|