The R Project SVN R

Rev

Rev 50745 | Rev 51096 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 50745 Rev 50746
Line 919... Line 919...
919
		    Rboolean drawLabels, int method,
919
		    Rboolean drawLabels, int method,
920
		    double atom, pGEDevDesc dd)
920
		    double atom, pGEDevDesc dd)
921
{
921
{
922
/* draw a contour for one given contour level 'zc' */
922
/* draw a contour for one given contour level 'zc' */
923
 
923
 
924
    char *vmax;
924
    const void *vmax;
925
 
925
 
926
    double xend, yend;
926
    double xend, yend;
927
    int i, ii, j, jj, ns, ns2, dir;
927
    int i, ii, j, jj, ns, ns2, dir;
928
    SEGP seglist, seg, s, start, end;
928
    SEGP seglist, seg, s, start, end;
929
    double *xxx, *yyy;
929
    double *xxx, *yyy;