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
bd649f70
Commit
bd649f70
authored
Feb 03, 2006
by
agebhard
Browse files
NULL termination of fortranMethods was missing (khornik)
parent
97707b5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/init.c
View file @
bd649f70
...
...
@@ -107,7 +107,8 @@ static R_FortranMethodDef fortranMethods[] = {
{
"idsfft"
,
(
DL_FUNC
)
&
F77_SUB
(
idsfft
),
14
,
idsfft_t
},
/* interp.old */
{
"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 */
{
"intrpl"
,
(
DL_FUNC
)
&
F77_SUB
(
intrpl
),
7
,
intrpl_t
},
/* aspline */
{
NULL
,
NULL
,
0
}
};
void
...
...
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