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
ad94a9c8
Commit
ad94a9c8
authored
Jul 25, 2011
by
Emmanuel Bertin
Browse files
Replaced a third missing F in HAVE_SINCOSF!
parent
b83e61cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/profit.c
View file @
ad94a9c8
...
@@ -3796,7 +3796,7 @@ float prof_add(profitstruct *profit, profstruct *prof, int extfluxfac_flag)
...
@@ -3796,7 +3796,7 @@ float prof_add(profitstruct *profit, profstruct *prof, int extfluxfac_flag)
ang
=
0
.
0
;
ang
=
0
.
0
;
for
(
a
=
0
;
a
<
nang
;
a
++
)
for
(
a
=
0
;
a
<
nang
;
a
++
)
{
{
#ifdef HAVE_SINCOS
#ifdef HAVE_SINCOS
F
sincosf
(
ang
,
&
dsa
,
&
dca
);
sincosf
(
ang
,
&
dsa
,
&
dca
);
#else
#else
dsa
=
sinf
(
ang
);
dsa
=
sinf
(
ang
);
...
...
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