The R Project SVN R

Rev

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

Rev 10960 Rev 19500
Line 8... Line 8...
8
 *	by B.D. Ripley, March 1999
8
 *	by B.D. Ripley, March 1999
9
 *
9
 *
10
 */
10
 */
11
 
11
 
12
#ifdef HAVE_CONFIG_H
12
#ifdef HAVE_CONFIG_H
13
#include <config.h>
13
# include <config.h>
14
#endif
14
#endif
15
 
15
 
16
#include "R_ext/Boolean.h"/* TRUE,... */
16
#include <R_ext/Boolean.h>	/* TRUE,... */
17
#include "R_ext/Applic.h"
17
#include <R_ext/Applic.h>
18
 
18
 
19
static void split(int n, double *x,
19
static void split(int n, double *x,
20
		  int m, int *in,
20
		  int m, int *in,
21
		  int ii, int jj,
21
		  int ii, int jj,
22
		  int s,
22
		  int s,