Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gebhardt, Albrecht
akima
Commits
840a8ad1
Commit
840a8ad1
authored
Feb 01, 2006
by
agebhard
Browse files
fix two missing LGLSXP declarations
parent
bd80a8b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
INDEX
View file @
840a8ad1
...
...
@@ -3,5 +3,5 @@ akima Waveform Distortion Data for Bivariate
aspline Univariate Akima interpolation
interp Gridded Bivariate Interpolation for Irregular
Data
interpp Pointwise Bivariate Interpolation for
Irregular
Data
interpp Pointwise Bivariate Interpolation for
Irregular
Data
src/init.c
View file @
840a8ad1
...
...
@@ -37,7 +37,7 @@ static R_NativePrimitiveArgType sdbi3p_t[16] = {
INTSXP
,
/* IER, */
REALSXP
,
/* WK, */
INTSXP
,
/* IWK, */
INT
SXP
,
/* EXTRPI, */
LGL
SXP
,
/* EXTRPI, */
INTSXP
,
/* NEAR, */
INTSXP
,
/* NEXT, */
REALSXP
/* DIST */
...
...
@@ -74,7 +74,7 @@ static R_NativePrimitiveArgType sdsf3p_t[17] = {
INTSXP
,
/* IER, */
REALSXP
,
/* WK, */
INTSXP
,
/* IWK, */
INT
SXP
,
/* EXTRPI, */
LGL
SXP
,
/* EXTRPI, */
INTSXP
,
/* NEAR, */
INTSXP
,
/* NEXT, */
REALSXP
/* DIST */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment