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
b83e61cc
Commit
b83e61cc
authored
Jul 25, 2011
by
Emmanuel Bertin
Browse files
Replaced a second missing F in HAVE_SINCOSF.
parent
7aeae9ec
Changes
1
Show whitespace changes
Inline
Side-by-side
src/profit.c
View file @
b83e61cc
...
...
@@ -4452,7 +4452,7 @@ INPUT Position,
OUTPUT -.
NOTES -.
AUTHOR E. Bertin (IAP)
VERSION
07
/0
9
/20
09
VERSION
25
/0
7
/20
11
***/
void
make_kernel
(
float
pos
,
float
*
kernel
,
interpenum
interptype
)
{
...
...
@@ -4555,7 +4555,7 @@ void make_kernel(float pos, float *kernel, interpenum interptype)
else
{
x
=
-
PI
/
4
.
0
*
(
pos
+
3
.
0
);
#ifdef HAVE_SINCOS
#ifdef HAVE_SINCOS
F
sincosf
(
x
,
&
sinx1
,
&
cosx1
);
#else
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