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
Bivand, Roger
akima
Commits
e7873ebe
Commit
e7873ebe
authored
Feb 28, 2013
by
agebhard
Browse files
fix call
parent
59c69498
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/init.c
View file @
e7873ebe
...
...
@@ -38,6 +38,7 @@ static R_NativePrimitiveArgType rgbi3p_t[12] = {
INTSXP
,
/* IER, */
REALSXP
/* WK, */
};
static
R_NativePrimitiveArgType
idbvip_t
[
13
]
=
{
INTSXP
,
/* MD, */
INTSXP
,
/* NCP, */
...
...
@@ -138,7 +139,7 @@ static R_FortranMethodDef fortranMethods[] = {
{
"sdsf3p"
,
(
DL_FUNC
)
&
F77_SUB
(
sdsf3p
),
17
,
sdsf3p_t
},
/* interp.new */
{
"uvip3p"
,
(
DL_FUNC
)
&
F77_SUB
(
uvip3p
),
8
,
uvip3p_t
},
/* aspline */
{
"intrpl"
,
(
DL_FUNC
)
&
F77_SUB
(
intrpl
),
7
,
intrpl_t
},
/* aspline */
{
"rgbi3p"
,
(
DL_FUNC
)
&
F77_SUB
(
rgbi3p
),
12
,
sd
bi3p_t
},
/* bicubic */
{
"rgbi3p"
,
(
DL_FUNC
)
&
F77_SUB
(
rgbi3p
),
12
,
rg
bi3p_t
},
/* bicubic */
{
NULL
,
NULL
,
0
}
};
...
...
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