The R Project SVN R

Rev

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

Rev 36990 Rev 37012
Line 662... Line 662...
662
 
662
 
663
/*
663
/*
664
 * Store the list of segments for a single level in the SEXP
664
 * Store the list of segments for a single level in the SEXP
665
 * list that will be returned to the user
665
 * list that will be returned to the user
666
 */
666
 */
-
 
667
static
667
int addContourLines(double *x, int nx, double *y, int ny,
668
int addContourLines(double *x, int nx, double *y, int ny,
668
		     double *z, double zc, double atom,
669
		     double *z, double zc, double atom,
669
		     SEGP* segmentDB, int nlines, SEXP container)
670
		     SEGP* segmentDB, int nlines, SEXP container)
670
{
671
{
671
    double xend, yend;
672
    double xend, yend;