Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
msc
sextractor
Commits
7aeae9ec
Commit
7aeae9ec
authored
Jul 25, 2011
by
Emmanuel Bertin
Browse files
Had forgotten the final F in HAVE_SINCOSF in add_prof().
parent
532d120d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/profit.c
View file @
7aeae9ec
...
@@ -4511,7 +4511,7 @@ void make_kernel(float pos, float *kernel, interpenum interptype)
...
@@ -4511,7 +4511,7 @@ void make_kernel(float pos, float *kernel, interpenum interptype)
else
else
{
{
x
=
-
PI
/
3
.
0
*
(
pos
+
2
.
0
);
x
=
-
PI
/
3
.
0
*
(
pos
+
2
.
0
);
#ifdef HAVE_SINCOS
#ifdef HAVE_SINCOS
F
sincosf
(
x
,
&
sinx1
,
&
cosx1
);
sincosf
(
x
,
&
sinx1
,
&
cosx1
);
#else
#else
sinx1
=
sinf
(
x
);
sinx1
=
sinf
(
x
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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