The R Project SVN R

Rev

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

Rev 13601 Rev 19500
Line 16... Line 16...
16
 *  You should have received a copy of the GNU General Public License
16
 *  You should have received a copy of the GNU General Public License
17
 *  along with this program; if not, write to the Free Software
17
 *  along with this program; if not, write to the Free Software
18
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
 */
19
 */
20
 
20
 
21
#include "R_ext/Arith.h"
21
#include <R_ext/Arith.h>
22
#include "R_ext/Applic.h"
22
#include <R_ext/Applic.h>
23
 
23
 
24
void massdist(double *x, int *nx, double *xlow, double *xhigh,
24
void massdist(double *x, int *nx, double *xlow, double *xhigh,
25
	      double *y, int *ny)
25
	      double *y, int *ny)
26
{
26
{
27
    double fx, xdelta, xmass, xpos;
27
    double fx, xdelta, xmass, xpos;